1[metadata]
2name = altgraph
3version = 0.12
4description = Python graph (network) package
5long_description_file =
6	README.txt
7	doc/changelog.rst
8author = Ronald Oussoren
9author_email = ronaldoussoren@mac.com
10maintainer = Ronald Oussoren
11maintainer_email = ronaldoussoren@mac.com
12url = http://packages.python.org/altgraph
13download_url = http://pypi.python.org/pypi/altgraph
14license = MIT
15classifiers =
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
27keywords = graph
28platforms = any
29packages = altgraph
30zip-safe = 1
31
32[egg_info]
33tag_build =
34tag_date = 0
35tag_svn_revision = 0
36
37