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

View File

@@ -1,3 +1,7 @@
1.0.1
-----
- Fix packaging flaw
1.0.0
-----
- Initial release

View File

@@ -30,7 +30,7 @@ from requests import get
import geoip2.database
import geoip2.errors
__version__ = "1.0.0"
__version__ = "1.0.1"
logger = logging.getLogger(__name__)
logger.setLevel(logging.WARNING)

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