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 (a] mac.com 21 maintainer = Ronald Oussoren 22 maintainer_email = ronaldoussoren (a] 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 35 [check-manifest] 36 ignore = 37 modulegraph_tests/testdata/nspkg/distribute-0.6.10/child/nameduser-1.5-py2.6.egg-info 38 modulegraph_tests/testdata/nspkg/distribute-0.6.10/parent/namedpkg-1.0-py2.6.egg-info 39 modulegraph_tests/testdata/nspkg/distribute-0.6.12/child/nameduser-1.5-py2.5.egg-info 40 modulegraph_tests/testdata/nspkg/distribute-0.6.12/parent/namedpkg-1.0-py2.5.egg-info 41 modulegraph_tests/testdata/nspkg/setuptools-0.6c9/child/nameduser-1.5-py2.5.egg-info 42 modulegraph_tests/testdata/nspkg/setuptools-0.6c9/parent/namedpkg-1.0-py2.5.egg-info 43 modulegraph_tests/testdata/nspkg/src/child/nameduser.egg-info 44 modulegraph_tests/testdata/nspkg/src/parent/namedpkg.egg-info 45 modulegraph_tests/testdata/syspath/myext.pyd 46 modulegraph_tests/testdata/syspath/myext.so 47 modulegraph_tests/testdata/syspath/mymodule2.pyc 48 modulegraph_tests/testpkg-setuptools-namespace/src/nspkg.egg-info 49 50 [egg_info] 51 tag_build = 52 tag_date = 0 53 tag_svn_revision = 0 54 55