Skip to main content

Prevent version normalization when packaging Python projects with setuptools.

Project description

About

Prevent version normalization when packaging Python projects with setuptools. For more details, see https://github.com/pypa/setuptools/issues/308.

Usage

Install setupnovernormalize using e.g. pip:

pip install setupnovernormalize

Then simply import setupnovernormalize in your setup.py:

import setupnovernormalize

...

setup(
    name='Your Package',
    version='version-that-will-not-be-touched',
    ...
)

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

setupnovernormalize-1.0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

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