mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-04 20:58:53 +00:00
1.0.1 - Fix packaging flaw
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
1.0.1
|
||||
-----
|
||||
- Fix packaging flaw
|
||||
|
||||
1.0.0
|
||||
-----
|
||||
- Initial release
|
||||
|
||||
@@ -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)
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user