Skip to content

Commit 48b027d

Browse files
committed
Update setup.py to enhance keywords and add license information
1 parent 30b01fe commit 48b027d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
'dev': ['pytest', 'pytest-cov'],
1515
},
1616
url='https://github.com/Buba98/regex_enumerator',
17-
keywords=['regex', 'regex enumerator', 'regular-expression', 'enumerator', 'string-generation',
18-
'exhaustive-matching', 'exhaustive-search', 'regex-testing', 'regex-tools', 'string-enumeration', 'data-generation'],
17+
keywords=['regex', 'regex enumerator', 'regular expression', 'enumerator', 'string generation',
18+
'exhaustive matching', 'exhaustive search', 'regex testing', 'regex tools', 'string enumeration', 'data generation'],
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",
2121
python_requires='>=3.10',
2222
classifiers=[
2323
'Programming Language :: Python :: 3.10',
2424
'Operating System :: OS Independent',
25+
'License :: OSI Approved :: MIT License',
2526
],
27+
license='MIT',
2628
)

0 commit comments

Comments
 (0)