Upload files to "/"

This commit is contained in:
2025-09-11 16:37:41 +03:00
parent 63a1889a41
commit 3e45c5400e
2 changed files with 80 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "numethods"
version = "0.1.0"
description = "Some numerical methods implemented in Python"
authors = [
{ name = "Deniz Donmez", email = "denzdonmez@gmail.com" }
]
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
[tool.setuptools.packages.find]
where = ["."]
include = ["numethods"]