Skip to content

Commit

Permalink
Add the package long description to the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
toby cabot committed Dec 10, 2019
1 parent 1a866b8 commit 719eb26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.txt
include LICENSE
include README.md
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
version='0.1',
description=('provides an unauthenticated plain HTTP proxy'
' so pip can install packages from S3'),
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
author='Toby Cabot (based on work by Rob Helmer)',
author_email='toby@caboteria.org',
license='MPL',
Expand All @@ -19,6 +21,7 @@
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
],
packages=['proxy'],
include_package_data=True,
keywords=['caching', 'lru', 's3', 'proxy', 'unauthenticated'],
install_requires=['boto3>=1.6.22'],
entry_points={
Expand Down

0 comments on commit 719eb26

Please sign in to comment.