Skip to content

Commit

Permalink
Merge setup.cfg to setup.py as it contains only one option
Browse files Browse the repository at this point in the history
  • Loading branch information
jobselko committed Jan 24, 2024
1 parent 5fe6339 commit d952597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@
"cvss_calculator = cvss.cvss_calculator:main",
],
},
# to make Python 2 and Python 3 compatible wheel
options={"bdist_wheel": {"universal": "1"}},
)

0 comments on commit d952597

Please sign in to comment.