summarylogtreecommitdiffstats
path: root/pyproject.toml.template
AgeCommit message (Collapse)Author
2024-03-19Switch to Poetry to get rid of workaroundClaudia Pellegrino
Unlike Setuptools, Poetry identifies a single Python module as a package even if it’s not in a subdirectory. [1] This features allows the PKGBUILD to drop the hack that would move the script into a `hancho` subdirectory during `prepare`. [1]: https://github.com/python-poetry/poetry-core/blob/9ef4f665a2c80100d2495de58df6bfa02b5a11b5/src/poetry/core/masonry/utils/module.py#L37-L39
2024-03-15Place `hancho` module into `site-packages`Claudia Pellegrino
This allows Python code to `import hancho`.