1.0.1 - Fix packaging flaw

This commit is contained in:
Sean Whalen
2018-02-05 22:26:58 -05:00
parent 57de6d06f1
commit 1bb26a718e
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ setup(
# Alternatively, if you want to distribute just a my_module.py, uncomment
# this:
py_modules=["checkdmarc"],
py_modules=["parsedmarc"],
# List run-time dependencies here. These will be installed by pip when
# your project is installed. For an analysis of "install_requires" vs pip's