Skip to content

Commit

Permalink
Update setup.py to v0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
okigan committed Apr 24, 2023
1 parent 4ecf872 commit 499c5d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@

setup(
name='awscurl',
version='0.26',
version='0.27',
description='Curl like tool with AWS request signing',
url='http://github.com/okigan/awscurl',
author='Igor Okulist',
author_email='[email protected]',
license='MIT',
packages=['awscurl'],
# package_data={
# 'tests': ['*.py'],
# },
entry_points={
'console_scripts': [
'awscurl = awscurl.__main__:main',
Expand Down

0 comments on commit 499c5d1

Please sign in to comment.