|
|
|
@ -16,7 +16,7 @@ setup(
@@ -16,7 +16,7 @@ setup(
|
|
|
|
|
# Versions should comply with PEP440. For a discussion on single-sourcing |
|
|
|
|
# the version across setup.py and the project code, see |
|
|
|
|
# https://packaging.python.org/en/latest/single_source_version.html |
|
|
|
|
version='1.0.5', |
|
|
|
|
version='1.0.7', |
|
|
|
|
|
|
|
|
|
description='A library for using the Teknik Services', |
|
|
|
|
long_description=long_description, |
|
|
|
@ -48,11 +48,12 @@ setup(
@@ -48,11 +48,12 @@ setup(
|
|
|
|
|
|
|
|
|
|
# Specify the Python versions you support here. In particular, ensure |
|
|
|
|
# that you indicate whether you support Python 2, Python 3 or both. |
|
|
|
|
'Programming Language :: Python :: 2', |
|
|
|
|
'Programming Language :: Python :: 2.7', |
|
|
|
|
'Programming Language :: Python :: 3', |
|
|
|
|
'Programming Language :: Python :: 3.3', |
|
|
|
|
'Programming Language :: Python :: 3.4', |
|
|
|
|
'Programming Language :: Python :: 3.5', |
|
|
|
|
'Programming Language :: Python :: 3 :: Only', |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
# What does your project relate to? |
|
|
|
@ -62,8 +63,6 @@ setup(
@@ -62,8 +63,6 @@ setup(
|
|
|
|
|
# simple. Or you can use find_packages(). |
|
|
|
|
packages=find_packages(exclude=['contrib', 'docs', 'tests']), |
|
|
|
|
|
|
|
|
|
python_requires='>=3', |
|
|
|
|
|
|
|
|
|
# Alternatively, if you want to distribute just a my_module.py, uncomment |
|
|
|
|
# this: |
|
|
|
|
# py_modules=["my_module"], |
|
|
|
|