Skip to content

Commit

Permalink
Merge pull request #11 from preduus/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
preduus authored Feb 13, 2024
2 parents 3059d2a + 8b91bcc commit f3d81f1
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='pedrota.rodrigues@gmail.com',
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 f3d81f1

Please sign in to comment.