Skip to content

Commit

Permalink
README pip test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadScrewdriver committed Aug 23, 2023
1 parent 3850c74 commit 977fc31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
LONG_DESCRIPTION = 'Python 2D parametric DXF rendering engine.'


def readme():
with open('README.md') as f:
return f.read()


setup(
name="qsketchmetric",
version=VERSION,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description=readme(),
url="https://github.com/MadScrewdriver/qsketchmetric",
project_urls={
"Documentation": "https://qsketchmetric.readthedocs.io/",
Expand Down

0 comments on commit 977fc31

Please sign in to comment.