|
6 | 6 | setup( |
7 | 7 | name = 'code_tokenize', |
8 | 8 | packages = ['code_tokenize'], |
9 | | - version = '0.0.1.post1', |
10 | | - license='apache-2.0', |
| 9 | + version = '0.1.0', |
| 10 | + license='MIT', |
11 | 11 | description = 'Fast program tokenization and structural analysis in Python', |
12 | 12 | long_description = long_description, |
13 | 13 | long_description_content_type="text/markdown", |
14 | 14 | author = 'Cedric Richter', |
15 | 15 | author_email = 'cedricr.upb@gmail.com', |
16 | 16 | url = 'https://github.com/cedricrupb/code_tokenize', |
17 | | - download_url = 'https://github.com/cedricrupb/code_tokenize/archive/refs/tags/v0.0.1.tar.gz', |
| 17 | + download_url = 'https://github.com/cedricrupb/code_tokenize/archive/refs/tags/v0.1.0.tar.gz', |
18 | 18 | keywords = ['code', 'tokenization', 'tokenize', 'program', 'language processing'], |
19 | 19 | install_requires=[ |
20 | 20 | 'tree_sitter', |
|
25 | 25 | 'Development Status :: 3 - Alpha', |
26 | 26 | 'Intended Audience :: Developers', |
27 | 27 | 'Topic :: Software Development :: Build Tools', |
28 | | - 'License :: OSI Approved :: Apache Software License', |
| 28 | + 'License :: OSI Approved :: MIT License', |
29 | 29 | 'Programming Language :: Python :: 3', |
30 | 30 | 'Programming Language :: Python :: 3.6', |
31 | 31 | 'Programming Language :: Python :: 3.7', |
|
0 commit comments