Skip to content

Commit 68fe245

Browse files
committed
fix setup.py
1 parent f0cbd37 commit 68fe245

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import setuptools
2-
from setuptools.dist import Distribution
32
from underautomation.universal_robots.lib.version import VERSION
43

54
with open('README.md', "r", encoding="utf-8") as fh:
65
long_description = fh.read()
76

87
setuptools.setup(
98
name="UnderAutomation.UniversalRobots",
10-
version=VERSION
9+
version=VERSION,
1110
author="UnderAutomation",
1211
author_email="support@underautomation.com",
1312
description="Quickly create applications that communicate with your Universal Robots cobot",

0 commit comments

Comments
 (0)