Create Python package structure and release to PyPI
Closed this issue · 2 comments
john-sandall commented
Tasks
- #2: Run through Python packaging to create installable package.
- Decide on a license.
- Push Maven to PyPI as a 0.0.1 release.
- Add a minimally useful pipeline.
john-sandall commented
Package now on PyPI here: https://pypi.org/project/maven/ (pip install maven
)
john-sandall commented
Went for Apache 2.0 license as used by requests and recommended by https://opensource.guide/legal/#which-open-source-license-is-appropriate-for-my-project for projects which might need to be used internally at larger organisations.