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:
4
setup.py
4
setup.py
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user