cyd0806 commited on
Commit
5855964
·
verified ·
1 Parent(s): 7e35236

Upload apex-master/pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. apex-master/pyproject.toml +6 -0
apex-master/pyproject.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [build-system]
2
+ requires = [
3
+ "setuptools",
4
+ "wheel",
5
+ ]
6
+ build-backend = "setuptools.build_meta"