Skip to content

Commit

Permalink
Update Package Configuration
Browse files Browse the repository at this point in the history
- Add tested python versions in classifiers
- Bump version minor level
  • Loading branch information
da-miller committed Jan 15, 2019
1 parent 1b853df commit 21855a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='AWSIoTDeviceDefenderAgentSDK',
version='1.0.1',
version='1.1.0',
description='AWS IoT Device Defender Agent SDK',
url='https://github.com/aws-samples/aws-iot-device-defender-agent-sdk-python',
author='Amazon Web Services',
Expand All @@ -19,7 +19,11 @@
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7'
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
],
zip_safe=False
)

0 comments on commit 21855a9

Please sign in to comment.