Skip to content

Commit d13e40b

Browse files
Project package.
1 parent 52a48a2 commit d13e40b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+20
-137
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "SimulationSimpleDatabase"
7+
description = "A simplified API to use SQL Databases with numerical simulation."
8+
readme = "README.md"
9+
authors = [{name= "Robin ENJALBERT"}, {name= "Alban ODOT"}]
10+
requires-python = ">=3.10"
11+
dependencies = ["numpy >= 1.26.4", "peewee >= 3.17.0"]
12+
dynamic = ["version"]
13+
14+
[tool.setuptools.dynamic]
15+
version = {attr = "SSD.__version__"}
16+
17+
[tool.setuptools.package-data]
18+
SimExporter = ["static/*"]

setup.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

setup_dev.py

Lines changed: 0 additions & 66 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)