diff --git a/setup.py b/setup.py index 9912654..abd3168 100644 --- a/setup.py +++ b/setup.py @@ -14,13 +14,15 @@ 'dev': ['pytest', 'pytest-cov'], }, url='https://github.com/Buba98/regex_enumerator', - keywords=['regex', 'regex enumerator', 'regular-expression', 'enumerator', 'string-generation', - 'exhaustive-matching', 'exhaustive-search', 'regex-testing', 'regex-tools', 'string-enumeration', 'data-generation'], + keywords=['regex', 'regex enumerator', 'regular expression', 'enumerator', 'string generation', + 'exhaustive matching', 'exhaustive search', 'regex testing', 'regex tools', 'string enumeration', 'data generation'], long_description=long_description, long_description_content_type="text/markdown", python_requires='>=3.10', classifiers=[ 'Programming Language :: Python :: 3.10', 'Operating System :: OS Independent', + 'License :: OSI Approved :: MIT License', ], + license='MIT', )