Commit Graph

5 Commits

Author SHA1 Message Date
A-transformer
dcf8ec2041 add assert exists(src_dir)
Using assert, the condition os.path.exists(src_dir) is evaluated. If it’s False, the assertion fails, and an AssertionError is raised with the specified message.
2025-03-06 20:34:59 +04:00
yz-tang
6c59e0f40d fix setup build error when setuptools version is lower 2025-03-04 16:53:00 +08:00
Chenggang Zhao
b05ed2f017 Code format 2025-02-27 10:50:20 +08:00
Dmytro Dzhulgakov
fc7c3f8299 setup.py: fix wheel building 2025-02-26 17:48:57 +00:00
Chenggang Zhao
a6d97a1c1b Initial commit 2025-02-25 22:52:41 +08:00