Skip to content

Commit

Permalink
setup.py: rename and declare Python 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Feb 9, 2013
1 parent e260c58 commit 1abed92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_long_description():


setup(
name='flint_mccabe',
name='flint-mccabe',
version=get_version(),
description="McCabe checker, plugin for flint",
long_description=get_long_description(),
Expand All @@ -46,7 +46,7 @@ def get_long_description():
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
# 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',
],
Expand Down

0 comments on commit 1abed92

Please sign in to comment.