|
11 | 11 |
|
12 | 12 | setup(name='textcl',
|
13 | 13 | packages=['textcl'],
|
14 |
| - version='1.0.0', |
| 14 | + version='1.0.1', |
15 | 15 | license='MIT',
|
16 | 16 | description='Text preprocessing package for use in NLP tasks',
|
17 | 17 | long_description=long_description,
|
18 | 18 | long_description_content_type='text/markdown',
|
19 | 19 | author = 'Alina Petukhova',
|
20 | 20 | author_email = '[email protected]',
|
21 | 21 | url = 'https://github.com/alinapetukhova/textcl',
|
22 |
| - download_url = 'https://github.com/alinapetukhova/textcl/archive/refs/tags/v.0.1.3.tar.gz', |
| 22 | + download_url = 'https://github.com/alinapetukhova/textcl/archive/refs/tags/v.1.0.1.tar.gz', |
23 | 23 | keywords = ['NLP', 'Text preprocessing', 'Outlier detection'],
|
24 | 24 | install_requires=req,
|
25 |
| - python_requires='>=3.6', |
| 25 | + python_requires='>=3.8', |
26 | 26 | zip_safe=False,
|
27 | 27 | classifiers=[
|
28 | 28 | 'Development Status :: 4 - Beta',
|
29 | 29 | 'Intended Audience :: Developers',
|
30 | 30 | 'Topic :: Scientific/Engineering :: Artificial Intelligence',
|
31 | 31 | 'License :: OSI Approved :: MIT License',
|
32 |
| - 'Programming Language :: Python :: 3.6', |
33 |
| - 'Programming Language :: Python :: 3.7', |
34 | 32 | 'Programming Language :: Python :: 3.8'
|
| 33 | + 'Programming Language :: Python :: 3.9', |
| 34 | + 'Programming Language :: Python :: 3.10', |
| 35 | + 'Programming Language :: Python :: 3.11', |
| 36 | + 'Programming Language :: Python :: 3.12', |
35 | 37 | ])
|
0 commit comments