Skip to content

Commit

Permalink
Revert "Remove setup.py file since use of setup.py has been officiall…
Browse files Browse the repository at this point in the history
…y deprecated"

This reverts commit d9a53b4.
  • Loading branch information
hqwang815 committed Apr 26, 2024
1 parent 990bd50 commit 937403a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python
import os
from setuptools import setup


# see setup.cfg
setup(python_requires='>3.7')

0 comments on commit 937403a

Please sign in to comment.