Skip to content

Commit 147540f

Browse files
committed
V1.0.0
1 parent 30fba0e commit 147540f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from setuptools import setup
22

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

66
setup(
77
name='lineus',
8-
version='0.1.18',
8+
version='1.0.0',
99
packages=['lineus'],
10-
url='https://www.line-us.com',
10+
url='https://github.com/Line-us/LineUsPythonModule',
1111
license='MIT',
1212
author='Robert Poll',
1313
author_email='[email protected]',
@@ -16,5 +16,7 @@
1616
'zeroconf>=0.21.3',
1717
'netifaces>=0.10.9',
1818
'ipaddress>=1.0.22',
19-
]
19+
],
20+
keywords='Line-us lineus drawing robot',
21+
2022
)

0 commit comments

Comments
 (0)