Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Sep 21, 2024
1 parent 0dcd43c commit d0035c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include sleeper/app.properties
include requirements.txt
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
license="MIT",
url="https://github.com/joeyagreco/sleeper",
include_package_data=True,
packages=setuptools.find_packages(exclude=("test", "docs")),
packages=setuptools.find_packages(exclude=("test",)),
install_requires=required_packages,
python_requires=f">={minimum_python_version_required}",
keywords="nfl football sleeper sleeper-api sleeper-fantasy-football fantasy-football wrapper wrapper-api",
Expand Down

0 comments on commit d0035c1

Please sign in to comment.