I broke pawk 0.8.0 ๐ฑ
jrjsmrtn opened this issue ยท 3 comments
I only tested Poetry build with my patch to pyproject.toml
but made no further tests.
I added no scripts
entries, thus no pawk
script is installed ๐. Moreover, the bin
directory containing python
and hermit
binaries is unnecessary.
I'll have a look and submit another PR...
I think I fixed it in 0.8.1, give it a shot.
Yep, the script is now installed. :-)
The following files and folders can be removed, though:
bin/
MANIFEST.in
__init__.py
pawk
setup.py
I added an explicit packages
entry in my latest patch, but I'm not certain it's necessary:
packages = [
{ include = "pawk.py" },
]
The versions are not synchronized between pyproject.toml
and pawk.py
. I'm aware of the pyproject-bumpversion plugin to handle such a sync.
bin/
is part of Hermit which is used to manage the tooling, but I'll nuke the rest.