Skip to content

Commit

Permalink
Fix for classifiers not being used in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtj committed Oct 26, 2020
1 parent fcbc1ff commit 37c7726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ def find_meta(meta):
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
entry_points={"console_scripts": ["interrogate = interrogate.cli:main"],},
classifiers=CLASSIFIERS,
)

0 comments on commit 37c7726

Please sign in to comment.