Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Incorporate and add the following files:
    1. README.md for the pypi.org project page
    2. pyproject.toml
    3. setup.cfg
    4. setup.py
    5. pylib/cqlshlib/__init__.py
    6. pylib/cqlshlib/__main__.py
  2. A document detailing procedures for releasing to PyPI.org. This document should include details on:
    1. How release to PyPI can be integrated into the build process. Can this be done with automation? 
    2. How will credentials, permissions and ownership of packages on PyPI be managed?

...