Skip to content

Commit

Permalink
v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
briancline committed Oct 30, 2013
1 parent e99669b commit 6fc16e7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
from os.path import join, dirname
from setuptools import setup


def readme_text(file_name):
return open(join(dirname(__file__), file_name)).read()


setup(
name='crm114',
version='2.0.0-dev',
version='2.0.0',
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/crm-114',
url = 'http://packages.python.org/crm114',
packages=['crm114', 'tests'],
long_description=readme_text('README.md'),
long_description='See README.md for full details, or '
'https://github.com/briancline/crm114-python'
'/blob/v2.0.0/README.md.',
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 6fc16e7

Please sign in to comment.