Skip to content

Commit

Permalink
setup.py: add trove classifier for "… :: Debuggers"
Browse files Browse the repository at this point in the history
Fixes #47.
  • Loading branch information
blueyed committed May 25, 2019
1 parent 9f6d1bf commit dd65cab
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 @@ -90,6 +90,7 @@ def run(self):
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python',
'Topic :: Utilities',
'Topic :: Software Development :: Debuggers',
],
install_requires=install_requires,
extras_require={'funcsigs': ["funcsigs"]},
Expand Down

0 comments on commit dd65cab

Please sign in to comment.