Skip to content

Commit

Permalink
V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpoll committed Nov 28, 2019
1 parent 30fba0e commit 147540f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup

# python setup.py sdist
# twine upload dist/lineus-0.1.3.tar.gz
# twine upload dist/*

setup(
name='lineus',
version='0.1.18',
version='1.0.0',
packages=['lineus'],
url='https://www.line-us.com',
url='https://github.com/Line-us/LineUsPythonModule',
license='MIT',
author='Robert Poll',
author_email='rob@line-us.com',
Expand All @@ -16,5 +16,7 @@
'zeroconf>=0.21.3',
'netifaces>=0.10.9',
'ipaddress>=1.0.22',
]
],
keywords='Line-us lineus drawing robot',

)

0 comments on commit 147540f

Please sign in to comment.