diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-05-29 22:33:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-03 07:59:39 +0700 |
commit | 5381bb4951dcb4da8acc741666c9df855d46b14e (patch) | |
tree | 8bd65f89ea25fa3f0f7c782ba258230d24801de4 /python/python-d2to1/README | |
parent | f4871d1aed663954ca750b71a4d4ebaeb2213dc2 (diff) | |
download | slackbuilds-5381bb4951dcb4da8acc741666c9df855d46b14e.tar.gz |
python/python-d2to1: Added (distutils2 setup.cfg for setuptools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-d2to1/README')
-rw-r--r-- | python/python-d2to1/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-d2to1/README b/python/python-d2to1/README new file mode 100644 index 0000000000..33a0ce347a --- /dev/null +++ b/python/python-d2to1/README @@ -0,0 +1,7 @@ +python-d2to1 (distutils2 setup.cfg for distribute/setuptools) + +d2to1 (the 'd' is for 'distutils') allows using distutils2-like +setup.cfg files for a package’s metadata with a distribute/setuptools +setup.py script. + +Optional dependency: python3 |