Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jan 21, 2020
1 parent 9051f37 commit 6009f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
url='https://github.com/Legilibre/legi.py',
license='CC0',
packages=find_packages(exclude=['tests']),
long_description="See https://github.com/Legilibre/legi.py",
long_description=open(join(dirname(__file__), 'README.md')).read(),
long_description_content_type='text/markdown',
install_requires=open(join(dirname(__file__), 'requirements.txt')).read(),
keywords='legi law france',
include_package_data=True,
Expand Down

0 comments on commit 6009f9b

Please # to comment.