Skip to content

Commit

Permalink
Merge pull request #26 from eriknw/manifest
Browse files Browse the repository at this point in the history
Add requirements.txt to MANIFEST.txt
  • Loading branch information
eriknw authored Sep 8, 2021
2 parents cfc8ce9 + 3701152 commit 0570bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
recursive-include afar *.py
include setup.py
include setup.cfg
include README.md
include LICENSE
include MANIFEST.in
include versioneer.py
include requirements.txt
include afar/_version.py
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
author="Erik Welch",
author_email="[email protected]",
url="https://github.com/eriknw/afar",
packages=find_packages(),
license="BSD",
Expand Down

0 comments on commit 0570bd6

Please sign in to comment.