Skip to content

Commit 914c23a

Browse files
committed
Simplify pyproject.toml
1 parent 366ece7 commit 914c23a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/IntermediatePy/pyproject.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
44

55
[project]
66
name = 'intermediatepy'
7-
dynamic = ['version']
7+
version = '0.1.0'
88
description = 'Example of a desktop application of intermediate complexity with a Python backend and EasyApp-based GUI'
99
authors = [
1010
{name = 'Andrew Sazonov', email = '[email protected]'}
@@ -29,10 +29,7 @@ ci = [
2929
]
3030

3131
[project.urls]
32-
Homepage = 'https://github.com/easyscience/EasyApp'
33-
34-
[tool.hatch.version]
35-
path = "src/IntermediatePy/__version__.py"
32+
Homepage = 'https://github.com/EasyScience/EasyApp/tree/master/examples/IntermediatePy'
3633

3734
[tool.hatch.build.targets.wheel]
3835
packages = ['src/IntermediatePy']

0 commit comments

Comments
 (0)