Use YAML file for your project metadata
Project description
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
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
setuptools-yaml-0.4.tar.gz
(1.8 kB
view hashes)