Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
preduus committed Feb 13, 2024
1 parent 0f47a6c commit 3032940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
keywords=['pycasestyle', 'camelcase', 'snakecase', 'pascal case', 'kebab case', 'dict key case', 'string case'],
description='A simple python lib to convert string and dict keys to camelcase, pascal case, kebab case and snake case.',
long_description=readme,
long_description_content_type="text/markdown",
author='Pedro Rodrigues',
author_email='[email protected]',
url='https://github.com/preduus/pycasestyle',
Expand Down

0 comments on commit 3032940

Please sign in to comment.