setup.cfg 982 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [metadata]
  2. name = altgraph
  3. version = 0.12
  4. description = Python graph (network) package
  5. long_description_file =
  6. README.txt
  7. doc/changelog.rst
  8. author = Ronald Oussoren
  9. author_email = ronaldoussoren@mac.com
  10. maintainer = Ronald Oussoren
  11. maintainer_email = ronaldoussoren@mac.com
  12. url = http://packages.python.org/altgraph
  13. download_url = http://pypi.python.org/pypi/altgraph
  14. license = MIT
  15. classifiers =
  16. Intended Audience :: Developers
  17. License :: OSI Approved :: MIT License
  18. Programming Language :: Python
  19. Programming Language :: Python :: 2
  20. Programming Language :: Python :: 2.7
  21. Programming Language :: Python :: 3
  22. Programming Language :: Python :: 3.3
  23. Programming Language :: Python :: 3.4
  24. Topic :: Software Development :: Libraries :: Python Modules
  25. Topic :: Scientific/Engineering :: Mathematics
  26. Topic :: Scientific/Engineering :: Visualization
  27. keywords = graph
  28. platforms = any
  29. packages = altgraph
  30. zip-safe = 1
  31. [egg_info]
  32. tag_build =
  33. tag_date = 0
  34. tag_svn_revision = 0