We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7542bb8 commit abf5011Copy full SHA for abf5011
setup.cfg
@@ -0,0 +1,16 @@
1
+[metadata]
2
+name = bootstrapper
3
+version = 0.1.0
4
+author = oronimbus
5
+
6
+[options]
7
+package_dir=
8
+ =src
9
+packages=find:
10
11
+[options.packages.find]
12
+where=src
13
+install_requires =
14
+ numpy <2
15
+ pandas <2
16
+ scipy <2
setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+setup()
0 commit comments