Fabrice-TIERCELIN
commited on
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, [...])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|