Skip to content

Commit abf5011

Browse files
committed
add setup.py
1 parent 7542bb8 commit abf5011

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

setup.cfg

+16
Original file line numberDiff line numberDiff line change
@@ -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

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from setuptools import setup
2+
3+
setup()

0 commit comments

Comments
 (0)