setup.cfg 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [metadata]
  2. name = modulegraph
  3. version = 0.12.1
  4. description = Python module dependency analysis tool
  5. long_description_file =
  6. README.txt
  7. doc/changelog.rst
  8. classifiers =
  9. Intended Audience :: Developers
  10. License :: OSI Approved :: MIT License
  11. Programming Language :: Python
  12. Programming Language :: Python :: 2
  13. Programming Language :: Python :: 2.7
  14. Programming Language :: Python :: 3
  15. Programming Language :: Python :: 3.3
  16. Programming Language :: Python :: 3.4
  17. Topic :: Software Development :: Libraries :: Python Modules
  18. Topic :: Software Development :: Build Tools
  19. author = Ronald Oussoren
  20. author_email = ronaldoussoren@mac.com
  21. maintainer = Ronald Oussoren
  22. maintainer_email = ronaldoussoren@mac.com
  23. url = http://bitbucket.org/ronaldoussoren/modulegraph
  24. download_url = http://pypi.python.org/pypi/modulegraph
  25. license = MIT
  26. packages = modulegraph
  27. platforms = any
  28. requires-dist =
  29. altgraph (>= 0.12)
  30. console_scripts =
  31. modulegraph = modulegraph.__main__:main
  32. zip-safe = 1
  33. keywords = import, dependencies
  34. [check-manifest]
  35. ignore =
  36. modulegraph_tests/testdata/nspkg/distribute-0.6.10/child/nameduser-1.5-py2.6.egg-info
  37. modulegraph_tests/testdata/nspkg/distribute-0.6.10/parent/namedpkg-1.0-py2.6.egg-info
  38. modulegraph_tests/testdata/nspkg/distribute-0.6.12/child/nameduser-1.5-py2.5.egg-info
  39. modulegraph_tests/testdata/nspkg/distribute-0.6.12/parent/namedpkg-1.0-py2.5.egg-info
  40. modulegraph_tests/testdata/nspkg/setuptools-0.6c9/child/nameduser-1.5-py2.5.egg-info
  41. modulegraph_tests/testdata/nspkg/setuptools-0.6c9/parent/namedpkg-1.0-py2.5.egg-info
  42. modulegraph_tests/testdata/nspkg/src/child/nameduser.egg-info
  43. modulegraph_tests/testdata/nspkg/src/parent/namedpkg.egg-info
  44. modulegraph_tests/testdata/syspath/myext.pyd
  45. modulegraph_tests/testdata/syspath/myext.so
  46. modulegraph_tests/testdata/syspath/mymodule2.pyc
  47. modulegraph_tests/testpkg-setuptools-namespace/src/nspkg.egg-info
  48. [egg_info]
  49. tag_build =
  50. tag_date = 0
  51. tag_svn_revision = 0