-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (34 loc) · 1013 Bytes
/
setup.cfg
File metadata and controls
37 lines (34 loc) · 1013 Bytes
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
[metadata]
name = sqlaxe
version = 0.0.8
author = David J Berube
author_email = [email protected]
description = SQLAxe - SQL file manipulation tool
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/djberube/sqlaxe
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
license_files = LICENSE
keywords = SQL, manipulation, tool, SQLAxe
[options]
packages=find:
install_requires =
sqlglot~=25.34.1
tqdm~=4.67.1
click~=8.1.7
python_requires = >=3.10
setup_requires =
setuptools>=42
[options.entry_points]
console_scripts =
sqlaxe = sqlaxe.sqlaxe:main