refactor code layout, move config to .env, add pyproject.toml
This commit is contained in:
parent
b874b989bf
commit
71f7bd1a3b
51 changed files with 64 additions and 41 deletions
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[project]
|
||||
name = "sakuragasaki46_coriplus"
|
||||
authors = [
|
||||
{ name = "Sakuragasaki46" }
|
||||
]
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"Python-Dotenv>=1.0.0",
|
||||
"Flask",
|
||||
"Flask-Login",
|
||||
"Peewee"
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Private :: X"
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "coriplus.__version__" }
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue