Skip to content

Commit

Permalink
Err... remove extraneous package in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
briancline committed Nov 17, 2013
1 parent e067674 commit 27cc733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

setup(
name='crm114',
version='2.0.0',
version='2.0.1',
author='Brian Cline',
author_email='[email protected]',
description=('Python wrapper classes for the CRM-114 Discriminator '
'(http://crm114.sourceforge.net/)'),
license = 'MIT',
keywords = 'crm114 text analysis classifier',
url = 'http://packages.python.org/crm114',
packages=['crm114', 'tests'],
packages=['crm114'],
long_description='See README.md for full details, or '
'https://github.com/briancline/crm114-python'
'/blob/v2.0.0/README.md.',
'/blob/v2.0.1/README.md.',
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 27cc733

Please sign in to comment.