sqlalchemy-migrate/setup.cfg
Victor Stinner d651f123b9 Add Python 3 classifiers
sqlachemy-migrate works on Python 3.3 and Python 3.4: announce it in
classifiers in setup.cfg.

Change-Id: Ibb2a803941dcc7b05efd407692b3627203ba2afe
2015-04-17 09:48:17 +02:00

36 lines
996 B
INI

[metadata]
name = sqlalchemy-migrate
summary = Database schema migration for SQLAlchemy
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =
migrate
[entry_points]
console_scripts =
migrate = migrate.versioning.shell:main
migrate-repository = migrate.versioning.migrate_repository:main
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source