|
|
@@ -77,7 +77,7 @@ setup( |
|
|
|
ext_modules = [tokenizer] if use_extension else [], |
|
|
|
test_suite = "tests", |
|
|
|
version = __version__, |
|
|
|
python_requires = ">= 3.4", |
|
|
|
python_requires = ">= 3.5", |
|
|
|
author = "Ben Kurtovic", |
|
|
|
author_email = "ben.kurtovic@gmail.com", |
|
|
|
url = "https://github.com/earwig/mwparserfromhell", |
|
|
@@ -93,7 +93,6 @@ setup( |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
"Operating System :: OS Independent", |
|
|
|
"Programming Language :: Python :: 3", |
|
|
|
"Programming Language :: Python :: 3.4", |
|
|
|
"Programming Language :: Python :: 3.5", |
|
|
|
"Programming Language :: Python :: 3.6", |
|
|
|
"Programming Language :: Python :: 3.7", |
|
|
|