Skip to content

Commit

Permalink
Update setup.py to enhance keywords and add license information
Browse files Browse the repository at this point in the history
  • Loading branch information
Buba98 committed Dec 27, 2024
1 parent 30b01fe commit 48b027d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)

0 comments on commit 48b027d

Please sign in to comment.