Skip to content

Commit dba25bf

Browse files
committed
Fix Source Distribution
1 parent 536b311 commit dba25bf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include Readme.md

libparse/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"
22

33
if __name__ == "__main__":
44
print(__version__, end="")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run(self) -> None:
5151
packages=["libparse"],
5252
version=version,
5353
description="Python wrapper around Yosys' libparse module",
54-
long_description=open("Readme.md").read(),
54+
long_description=open(os.path.join(__dir__, "Readme.md")).read(),
5555
long_description_content_type="text/markdown",
5656
author="Efabless Corporation and Contributors",
5757
author_email="[email protected]",

0 commit comments

Comments
 (0)