Skip to content

Commit 919a2cd

Browse files
committed
[ENH] Improve setup.py and requirements handling
Updated setup.py for better package information and handling. Refined the read_requirements function to manage the requirements more efficiently. Also, incorporated setuptools_scm for automated management of package versioning.
1 parent b0f7e72 commit 919a2cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5+
56
def read_requirements(file_name):
67
requirements = []
78
with open(file_name, "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)