- Apr 28, 2022
-
-
nimrod authored
I don't think it's needed. I'm not building a universal wheel (2/3 compatible) and the license file is already mentioned in `pyproject.toml`. Let's see what the CI says.
-
nimrod authored
Allow for editable installation (at least with some combination of packages because locally I can install it fine without it).
-
nimrod authored
-
nimrod authored
The version of Setuptools that has pyproject.toml/ PEP 621 support requires Python 3.7 or later (supported version of Python).
-
nimrod authored
My Python pipeline template is more conservative (still on Python 3.6 and Centos 7 for backwards compatibility). Redo it with a newer Python image.
-
nimrod authored
- pre-commit config. - CI pipeline to build the package, validate with twine, install it and check the executable script. - Add a badge to the README.
-
nimrod authored
-
nimrod authored
Just the package and a main function.
-
- Apr 21, 2022
-
-
nimrod authored
README, license and .gitignore.
-
- Apr 20, 2022
-