Skip to content

Updates to facilitate registration/upload to PyPI #24

@monocongo

Description

@monocongo

In order to register and upload this to PyPI there should be a setup.py etc. in order to facilitate the process, as described here.

The short version:

  1. Get the setup.py file in shape as described here
  2. $ rm -rf dist
  3. $ python setup.py sdist bdist_wheel
  4. $ twine check dist/*
  5. $ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
  6. $ twine upload dist/*

If this is useful for the project I can make the updates and submit a PR but I don't think I have permission to upload the package to PyPI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions