-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (53 loc) · 1.29 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
name = postgresql_kernel
version = 0.0.2
author = hsz
author_email = [email protected]
description = metakernel for postgres_kernel
long_description = file: README.md, CHANGELOG.md, LICENSE
long_description_content_type = text/markdown
keywords = jupyter, jupyter-kernel, postgresql, sql
license = MIT License
platforms =
Any
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
python_requires = >=3.8
zip_safe = False
include_package_data = True
packages = find:
tests_require =
coverage >= 5.5
mypy >= 0.800
autopep8 >= 1.5.6
pylint >= 2.8.0
pydocstyle >= 6.0.0
jupyter_kernel_test >= 0.3
types-tabulate >= 0.8.5
setup_requires =
wheel >= 0.36.2
setuptools >= 47.1.0
install_requires =
metakernel >= 0.24.0
psycopg2-binary >= 2.9.3
tabulate >= 0.8.9
jupyter_client >= 7.1.1
ipykernel >= 6.7.0
[options.packages.find]
include =
postgresql_kernel
postgresql_kernel.*
exclude = tests
[options.package_data]
postgresql_kernel =
images/*.png
[options.data_files]
share/jupyter/kernels/postgresql =
postgresql_kernel/kernel.json
postgresql_kernel/images/logo-32x32.png
postgresql_kernel/images/logo-64x64.png
postgresql_kernel/images/logo-512x512.png