Skip to content

Commit

Permalink
Adapted readme to the sdist tool
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-leicht committed Nov 11, 2020
1 parent 43f18d2 commit afb1073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import setuptools

with open("README.md", "r") as fh:
with open("README", "r") as fh:
long_description = fh.read()

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

0 comments on commit afb1073

Please sign in to comment.