Skip to content

Commit

Permalink
Merge pull request #32 from Pavel-Sushko/setup-fix
Browse files Browse the repository at this point in the history
Setup fix
  • Loading branch information
Pavel-Sushko authored Jun 5, 2023
2 parents 3b17a1f + 1e95a23 commit 99e5e2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[run]
source =
cve-py
cve_py
tests
omit =
*/__init__.py
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>
license = MIT
license_files = LICENSE

Expand All @@ -26,7 +27,7 @@ classifiers =
Programming Language :: Python :: 3.11

[options]
packages = find:
packages = cve_py
package_dir =
=src
install_requires =
Expand Down

0 comments on commit 99e5e2d

Please sign in to comment.