Skip to content

A custom distutils command for reading options from a setup.cfg file

Notifications You must be signed in to change notification settings

jasonbaker/rdopts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rdopts - Read options from setup.cfg using setuptools

The package rdopts contains a simple command to read options from a setuptools setup.cfg file. To install it, simply use easy_install or pip:

#easy_install
easy_install rdopts

#pip
pip install rdopts

For information on using this command once it's installed, run the following command (from any python setup.py file):

python setup.py rdopts -h

This will show you all command-line options for rdopts.

About

A custom distutils command for reading options from a setup.cfg file

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages