update
This commit is contained in:
parent
7feb0bfc2e
commit
41f178239b
2
.gitignore
vendored
2
.gitignore
vendored
@ -160,3 +160,5 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
.pdm-python
|
||||||
|
pdm.lock
|
||||||
|
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[project]
|
||||||
|
name = "glpy"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Default template for PDM package"
|
||||||
|
authors = [
|
||||||
|
{name = "ZtRXR", email = "Zengtudor@outlook.com"},
|
||||||
|
]
|
||||||
|
dependencies = []
|
||||||
|
requires-python = "==3.12.*"
|
||||||
|
readme = "README.md"
|
||||||
|
license = {text = "GPL"}
|
||||||
|
|
||||||
|
|
||||||
|
[tool.pdm]
|
||||||
|
distribution = false
|
0
src/glpy/__init__.py
Normal file
0
src/glpy/__init__.py
Normal file
0
src/main.py
Normal file
0
src/main.py
Normal file
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user