Skip to content

Commit 499c5d1

Browse files
committed
Update setup.py to v0.27
1 parent 4ecf872 commit 499c5d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44

55
setup(
66
name='awscurl',
7-
version='0.26',
7+
version='0.27',
88
description='Curl like tool with AWS request signing',
99
url='http://github.com/okigan/awscurl',
1010
author='Igor Okulist',
1111
author_email='okigan@gmail.com',
1212
license='MIT',
1313
packages=['awscurl'],
14+
# package_data={
15+
# 'tests': ['*.py'],
16+
# },
1417
entry_points={
1518
'console_scripts': [
1619
'awscurl = awscurl.__main__:main',

0 commit comments

Comments
 (0)