Skip to content

sudarkoff/setuptools-yaml

Repository files navigation

setuptools-yaml

Use YAML for your project description

https://travis-ci.org/sudarkoff/setuptools-yaml.svg?branch=master

Install

  1. 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

About

Use YAML file for your project metadata

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages