Skip to content

Commit 9ecf196

Browse files
committed
packaging everyting into a module
1 parent 64a924c commit 9ecf196

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ dependencies = [
1616
]
1717

1818
[project.scripts]
19-
edit-python-pe = "main:main"
19+
edit-python-pe = "edit_python_pe.main:main"
2020

2121
[build-system]
2222
requires = ["hatchling"]
2323
build-backend = "hatchling.build"
2424

25-
[tool.hatch.build.targets.wheel]
26-
packages = ["src"]
25+
[tool.hatch.version]
26+
path = "src/edit_python_pe/__about__.py"

src/edit_python_pe/__about__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.1.0"

src/edit_python_pe/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)