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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file setupnovernormalize-1.0.1.tar.gz
.
File metadata
- Download URL: setupnovernormalize-1.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 440ddfb209c40d8ff55472251fda33e8cef3741596462d045d139cd5743b0988 |
|
MD5 | ecfbddb597d2df85ac151b08ec84bb7c |
|
BLAKE2b-256 | 1d52fa80eef76aa8e1672f113a63326a4d12f5a1dc7a75798a2e08dc2dea3a8c |