diff --git a/.coveragerc b/.coveragerc index e9ad92e..76ec219 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,6 @@ [run] source = - cve-py + cve_py tests omit = */__init__.py diff --git a/setup.cfg b/setup.cfg index 2d722a9..4f139ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,11 @@ [metadata] -name = cve-py -version = 1.2.2 +name = cve_py +version = 1.2.4 description = Tracks CVEs, stores them in a local database, and sends email reports long_description = file: README.md long_description_content_type = text/markdown author = Pavel Sushko +author_email = SB Software Inc. license = MIT license_files = LICENSE @@ -26,7 +27,7 @@ classifiers = Programming Language :: Python :: 3.11 [options] -packages = find: +packages = cve_py package_dir = =src install_requires =