Skip to content

Commit

Permalink
Merge pull request #57 from MariusWirtz/master
Browse files Browse the repository at this point in the history
1.1.0
  • Loading branch information
MariusWirtz authored Aug 8, 2018
2 parents 101af83 + d4f6fc8 commit 0e59452
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import codecs
import os
import sys
from setuptools import setup

from setuptools import setup

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


Expand All @@ -17,6 +15,7 @@ def read_file(filename):
with codecs.open(filename, 'r', 'utf8') as f:
return f.read()


setup(
name='TM1py',
packages=['TM1py', 'TM1py/Exceptions', 'TM1py/Objects', 'TM1py/Services', 'TM1py/Utils'],
Expand Down

0 comments on commit 0e59452

Please sign in to comment.