Skip to content

Commit

Permalink
Merge pull request #62 from mmtj/classifiers-in-setup
Browse files Browse the repository at this point in the history
Fix for classifiers not being used in setup
  • Loading branch information
econchick authored Oct 27, 2020
2 parents fcbc1ff + 37c7726 commit 4524f50
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 4524f50

Please sign in to comment.