Skip to content

Commit

Permalink
Merge pull request #10 from preduus/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
preduus authored Feb 13, 2024
2 parents b57baf4 + 2db2823 commit 8b91bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
author_email='[email protected]',
url='https://github.com/preduus/pycasestyle',
py_modules=['pycasestyle'],
packages=['pycasestyle'],
license='Apache License 2.0',
zip_safe=False,
test_suite="tests",
python_requires='>=3',
install_requires=['Unidecode==1.3.8', 'pytest==8.0.0'],
install_requires=['Unidecode==1.3.8'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 8b91bcc

Please sign in to comment.