Skip to content

Commit

Permalink
Fix README.
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
ipanova committed Nov 18, 2019
1 parent ae7ead0 commit 6537668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
``pulp_container`` Plugin
======================
=========================

.. image:: https://travis-ci.org/pulp/pulp_container.svg?branch=master
:target: https://travis-ci.org/pulp/pulp_container
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

requirements = [
"pulpcore>=3.0rc8,<3.1",
'pulpcore>=3.0rc8,<3.1',
'ecdsa~=0.13.2',
'pyjwkest~=1.4.0',
'pyjwt[crypto]~=1.7.1'
Expand All @@ -15,7 +15,7 @@
setup(
name='pulp-container',
version='1.0.0rc1',
description='pulp-container plugin for the Pulp Project',
description='Container plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
author='Pulp Team',
Expand Down

0 comments on commit 6537668

Please sign in to comment.