diff options
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 000000000000..33a0ce347a6a --- /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 |