Skip to content

Commit

Permalink
Add setup.py for legacy users
Browse files Browse the repository at this point in the history
With the move to pyproject.toml, given the focus on backward
compatibility, adding a setup.py in case it is needed by some users.
  • Loading branch information
kjd committed Sep 13, 2022
1 parent ab07fc6 commit 9234d29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from setuptools import setup
setup()

2 comments on commit 9234d29

@xuefer
Copy link

@xuefer xuefer commented on 9234d29 May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ python ./setup.py --version
0.0.0

@kjd
Copy link
Owner Author

@kjd kjd commented on 9234d29 May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See issue #129

Please sign in to comment.