Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
Commit
•
05f5a49
1
Parent(s):
fe5fbc7
Useless setup
Browse files
setup.py
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
import os
|
2 |
-
requirement_path = "requirements.txt"
|
3 |
-
install_requires = []
|
4 |
-
if os.path.isfile(requirement_path):
|
5 |
-
with open(requirement_path) as f:
|
6 |
-
install_requires = f.read().splitlines()
|
7 |
-
setup(name="mypackage", install_requires=install_requires, [...])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|