setuptools-yaml
Use YAML for your project description
Install
Install this module
pip install setuptools-yaml
Use
#!/usr/bin/env python
# setup.py
from setuptools import setup
setup(
...
setup_requires=['setuptools-yaml'],
metadata_yaml='project.yml',
...
)
The plugin will read the specified file and populate the relevant metadata fields of your distribution.
See also
Release files for setuptools-yaml 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| setuptools-yaml-0.4.tar.gz | 1.8 kB | Details |
Release files / setuptools-yaml-0.4.tar.gz
| Download URL | setuptools-yaml-0.4.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d62c1c0f022d9e6c3a1be560aaf15d3061fedf2c7a7231aba66bc28f5f2b063a
|
|
BLAKE2b-256 checksum How to use checksums |
38fb822ab0061777fca1dcf7a13fcb5d80120f197909714294a8aba8f1ba37f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |