You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: distlib
  3. Version: 0.2.8
  4. Summary: Distribution utilities
  5. Home-page: https://bitbucket.org/pypa/distlib
  6. Author: Vinay Sajip
  7. Author-email: vinay_sajip@red-dove.com
  8. License: Python license
  9. Download-URL: https://bitbucket.org/pypa/distlib/downloads/distlib-0.2.8.zip
  10. Platform: any
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Environment :: Console
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: Python Software Foundation License
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 2
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3.2
  21. Classifier: Programming Language :: Python :: 3.3
  22. Classifier: Programming Language :: Python :: 3.4
  23. Classifier: Programming Language :: Python :: 3.5
  24. Classifier: Programming Language :: Python :: 3.6
  25. Classifier: Topic :: Software Development
  26. Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.