1[metadata]
2name = sqlalchemy-migrate
3summary = Database schema migration for SQLAlchemy
4description-file =
5	README.rst
6author = OpenStack
7author-email = openstack-discuss@lists.openstack.org
8home-page = http://www.openstack.org/
9classifier =
10	Environment :: OpenStack
11	Intended Audience :: Information Technology
12	Intended Audience :: System Administrators
13	License :: OSI Approved :: Apache Software License
14	Operating System :: POSIX :: Linux
15	Programming Language :: Python
16	Programming Language :: Python :: 2
17	Programming Language :: Python :: 2.7
18	Programming Language :: Python :: 3
19	Programming Language :: Python :: 3.3
20	Programming Language :: Python :: 3.4
21	Programming Language :: Python :: 3.5
22	Programming Language :: Python :: 3.6
23
24[files]
25packages =
26	migrate
27
28[entry_points]
29console_scripts =
30	migrate = migrate.versioning.shell:main
31	migrate-repository = migrate.versioning.migrate_repository:main
32
33[build_sphinx]
34all_files = 1
35build-dir = doc/build
36source-dir = doc/source
37
38[egg_info]
39tag_build =
40tag_date = 0
41
42