Skip to content

Commit

Permalink
Cleanup setup.py, bump version to 0.0.13 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandegrift committed Feb 14, 2020
1 parent aa643d7 commit 83ee717
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup, find_packages
import sys
from setuptools import setup

install_requires = [
'requests',
Expand All @@ -11,15 +10,14 @@

setup(
name='awsrequests',
version='0.0.11',
version='0.0.13',
packages=['awsrequests'],
url='https://github.com/djcrabhat/aws-requests',
license='MIT License',
author='ClearDATA',
author_email='[email protected]',
description='For making signed requests to AWS API Gateway endpoints',
install_requires=install_requires,
#download_url='https://github.com/djcrabhat/awsrequests/tarball/0.0.4',
keywords=['AWS API Gateway signing', 'API Gateway signing', 'AWS API Gateway requests', 'API Gateway requests'],
classifiers=[],
)

0 comments on commit 83ee717

Please sign in to comment.