Upload files to "/"
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"]
|
Reference in New Issue
Block a user