Skip to main content

backend setuptool for mahfooziiitian

Project description

Packaging using setuptool

Upgrading build

python -m pip install --upgrade build

Build the package

python -m build

Package versioning

python -m pip install bumpver
bumpver init
bumpver update --minor

Add Resource Files to Your Package

include src/reader/*.toml

License Your Package

Install Your Package Locally

python -m pip install -e .

Uploading the distribution archives

python -m pip install --upgrade twine
python -m twine upload --repository testpypi dist/*

Installing your newly uploaded package

python -m pip install --index-url https://test.pypi.org/simple/ --no-deps backend_setuptool

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backend_setuptool-1.4.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

backend_setuptool-1.4.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page