Moved toml file specific for flatpak to flatpak folder
This commit is contained in:
parent
31d2126334
commit
746d0b6cdc
1 changed files with 28 additions and 0 deletions
28
flatpak/pyproject.toml
Normal file
28
flatpak/pyproject.toml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "OptimaLab35"
|
||||||
|
dynamic = ["version"]
|
||||||
|
authors = [{ name = "Mr Finchum" }]
|
||||||
|
description = "User interface for optima35."
|
||||||
|
requires-python = ">=3.8"
|
||||||
|
dependencies = ["optima35>=1.0.0, <2.0.0", "PyYAML", "PyPyUpdater"]
|
||||||
|
classifiers = [
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||||
|
"Operating System :: OS Independent",
|
||||||
|
]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Source = "https://gitlab.com/CodeByMrFinchum/OptimaLab35"
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
OptimaLab35 = "OptimaLab35.__main__:main"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["OptimaLab35"]
|
||||||
|
|
||||||
|
[tool.hatch.version]
|
||||||
|
path = "OptimaLab35/__init__.py"
|
Loading…
Add table
Add a link
Reference in a new issue