Skip to content

Commit

Permalink
Merge pull request #7 from ipanova/random-fixes
Browse files Browse the repository at this point in the history
Fix README.
  • Loading branch information
ipanova authored Nov 18, 2019
2 parents ae7ead0 + 6537668 commit 23486dd
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 23486dd

Please sign in to comment.