We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cbd37 commit 68fe245Copy full SHA for 68fe245
setup.py
@@ -1,13 +1,12 @@
1
import setuptools
2
-from setuptools.dist import Distribution
3
from underautomation.universal_robots.lib.version import VERSION
4
5
with open('README.md', "r", encoding="utf-8") as fh:
6
long_description = fh.read()
7
8
setuptools.setup(
9
name="UnderAutomation.UniversalRobots",
10
- version=VERSION
+ version=VERSION,
11
author="UnderAutomation",
12
author_email="support@underautomation.com",
13
description="Quickly create applications that communicate with your Universal Robots cobot",
0 commit comments