Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmogar committed Mar 1, 2017
1 parent a5a566f commit 586718c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cucco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from __future__ import absolute_import

__version__ = '0.1.9'
__version__ = '1.0.0'

from cucco.cucco import Cucco
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,19 @@
open('cucco/__init__.py').read(),
re.M).group(1)

with open("README.md", "rb") as f:
long_description = f.read().decode("utf-8")

setup(name='cucco',
version=version,
description='Python library for text normalization',
long_description=long_description,
author='David Moreno-Garcia',
author_email='david.mogar@gmail.com',
license='MIT',
url='https://github.com/davidmogar/cucco',
download_url='https://github.com/davidmogar/cucco/tarball/' + version,
keywords=['normalize', 'text', 'manipulation'],
keywords=['normalization', 'language', 'text', 'manipulation'],
packages=find_packages(exclude=['tests']),
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Topic :: Software Development :: Libraries',
'Intended Audience :: Developers',
'Intended Audience :: Education',
Expand Down

0 comments on commit 586718c

Please sign in to comment.