-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
43 lines (39 loc) · 1.03 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = sqlacrossover
author = Andrew Grigorev
author-email = [email protected]
summary = SQLAlchemy-based cross-database migration tool
description-file = README.rst
description-content-type = text/x-rst
home-page = https://pypi.org/project/sqlacrossover/
project_urls =
Bug Tracker = https://github.com/ei-grad/sqlacrossover/issues
Documentation = https://github.com/ei-grad/sqlacrossover
Source Code = https://github.com/ei-grad/sqlacrossover
license = Apache-2
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Topic :: Database
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
keywords =
sqlalchemy
database migration
data migration
[files]
modules =
sqlacrossover
[bdist_wheel]
universal=1
[extras]
PostgreSQL =
psycopg2
MySQL =
pymysql
[entry_points]
console_scripts =
sqlacrossover = sqlacrossover:main