Skip to content

Commit

Permalink
update setup.py: set include_package_data=True
Browse files Browse the repository at this point in the history
  • Loading branch information
fauskanger committed Jan 5, 2018
1 parent 1f9fb78 commit 0143f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
keywords='polr project shorturl api',
description=short_description,
long_description=long_description,
include_package_data=True,
install_requires=['requests'],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*', # 2.7 or 3.3+
classifiers=[
Expand Down

0 comments on commit 0143f1f

Please sign in to comment.