Used for building pypi package.
This commit is contained in:
parent
38f3768732
commit
18ba2ab0b2
1 changed files with 27 additions and 0 deletions
27
pyproject.toml
Normal file
27
pyproject.toml
Normal file
|
@ -0,0 +1,27 @@
|
|||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "OptimaLab35"
|
||||
version = "0.0.4-a1"
|
||||
authors = [{ name = "Mr. Finchum" }]
|
||||
description = "User interface for OPTIMA35."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = ["optima35", "pyside6"]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://gitlab.com/CodeByMrFinchum/OptimaLab35"
|
||||
|
||||
[project.scripts]
|
||||
OptimaLab35 = "OptimaLab35.main:main"
|
||||
|
||||
# used for when installing package localy.
|
||||
#[tool.hatch.build.targets.wheel]
|
||||
#packages = ["src/OptimaLab35"]
|
Loading…
Add table
Add a link
Reference in a new issue