diff options
Diffstat (limited to 'devel/py-setuptools/pkg-descr')
-rw-r--r-- | devel/py-setuptools/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-setuptools/pkg-descr b/devel/py-setuptools/pkg-descr new file mode 100644 index 000000000000..d7b599c66f2e --- /dev/null +++ b/devel/py-setuptools/pkg-descr @@ -0,0 +1,10 @@ +Setuptools is a fully-featured, actively-maintained, and stable library +designed to facilitate packaging Python projects, where packaging includes: + - Python package and module definitions + - Distribution package metadata + - Test hooks + - Project installation + - Platform-specific details + - Python 3 support + +WWW: https://pypi.python.org/pypi/setuptools |