We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366ece7 commit 914c23aCopy full SHA for 914c23a
examples/IntermediatePy/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
4
5
[project]
6
name = 'intermediatepy'
7
-dynamic = ['version']
+version = '0.1.0'
8
description = 'Example of a desktop application of intermediate complexity with a Python backend and EasyApp-based GUI'
9
authors = [
10
{name = 'Andrew Sazonov', email = '[email protected]'}
@@ -29,10 +29,7 @@ ci = [
29
]
30
31
[project.urls]
32
-Homepage = 'https://github.com/easyscience/EasyApp'
33
-
34
-[tool.hatch.version]
35
-path = "src/IntermediatePy/__version__.py"
+Homepage = 'https://github.com/EasyScience/EasyApp/tree/master/examples/IntermediatePy'
36
37
[tool.hatch.build.targets.wheel]
38
packages = ['src/IntermediatePy']
0 commit comments