Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufus31415 committed May 24, 2024
1 parent f0cbd37 commit 68fe245
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import setuptools
from setuptools.dist import Distribution
from underautomation.universal_robots.lib.version import VERSION

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

setuptools.setup(
name="UnderAutomation.UniversalRobots",
version=VERSION
version=VERSION,
author="UnderAutomation",
author_email="[email protected]",
description="Quickly create applications that communicate with your Universal Robots cobot",
Expand Down

0 comments on commit 68fe245

Please sign in to comment.