We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfc8ce9 + 3701152 commit 0570bd6Copy full SHA for 0570bd6
MANIFEST.in
@@ -1,6 +1,9 @@
1
+recursive-include afar *.py
2
include setup.py
3
+include setup.cfg
4
include README.md
5
include LICENSE
6
include MANIFEST.in
7
include versioneer.py
8
+include requirements.txt
9
include afar/_version.py
setup.py
@@ -13,6 +13,7 @@
13
long_description=long_description,
14
long_description_content_type="text/markdown",
15
author="Erik Welch",
16
+ author_email="erik.n.welch@gmail.com",
17
url="https://github.com/eriknw/afar",
18
packages=find_packages(),
19
license="BSD",
0 commit comments