Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-leicht authored Jun 17, 2020
1 parent a8b1205 commit 2739476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
long_description = fh.read()

setuptools.setup(
name="pylogix",
name="pylogix2",
version="0.5.2",
author="Daniel Leicht",
author_email="[email protected]",
description="Read/Write Rockwell Automation Logix based PLC's",
long_description=long_description,
long_description_content_type="text/markdown",
license="Apache License 2.0",
url="https://github.com/daniel-leicht/pylogix",
url="https://github.com/daniel-leicht/pylogix2",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit 2739476

Please sign in to comment.