Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
adjust setup.py
  • Loading branch information
MariusWirtz committed Dec 8, 2019
1 parent 15891b5 commit 9d8f4b2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
import codecs

from setuptools import setup

SCHEDULE_VERSION = '1.3.1'
SCHEDULE_VERSION = '1.4.0'
SCHEDULE_DOWNLOAD_URL = (
'https://github.com/Cubewise-code/TM1py/tarball/' + SCHEDULE_VERSION
)


with open('README.md', 'r', encoding='utf-8') as f:
long_description = f.read()


setup(
name='TM1py',
packages=['TM1py', 'TM1py/Exceptions', 'TM1py/Objects', 'TM1py/Services', 'TM1py/Utils'],
Expand All @@ -33,6 +29,7 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Natural Language :: English',
],
install_requires=[
Expand Down

0 comments on commit 9d8f4b2

Please sign in to comment.