1
0
mirror of https://github.com/jfilter/clean-text.git synced 2021-09-19 22:32:58 +03:00

fix setup

This commit is contained in:
Johannes Filter
2019-04-24 22:18:21 +02:00
parent d3db78bd9a
commit ba7a4cceca

View File

@@ -8,12 +8,12 @@ classifiers = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: Apache Software License',
]
version = '0.1.0'
setup(name='cleantext',
setup(name='clean-text',
version=version,
description='Clean Your Text to Create Normalized Text Representations',
long_description=long_description,