Skip to content

Commit

Permalink
Remove deprecated data_files from setup.py
Browse files Browse the repository at this point in the history
Use MANIFEST.in instead.
  • Loading branch information
p00ya committed Jul 21, 2020
1 parent 5ea29c0 commit 500f42b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE.txt
exclude README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"Topic :: Software Development :: Libraries :: Python Modules",
],
license="Apache License 2.0",
data_files=[("", ["LICENSE.txt"])],
packages=["climbing_ratings", "climbing_ratings.tests"],
include_package_data=False,
package_data={"climbing_ratings": ["*.pyx"]},
platforms=["POSIX"],
python_requires=">=3.6",
Expand Down

0 comments on commit 500f42b

Please sign in to comment.