Skip to content

Commit

Permalink
Fix Readme Location
Browse files Browse the repository at this point in the history
This patch fixes the location of the readme file references in the
`setup.py`.
  • Loading branch information
lkiesow committed Jul 17, 2020
1 parent e3c11e3 commit be7b32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(filename):
author_email='[email protected]',
license="LGPLv3",
url="https://github.com/opencast/pyCA",
long_description=read('readme.rst'),
long_description=read('README.rst'),
long_description_content_type='text/x-rst',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit be7b32b

Please sign in to comment.