-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
41 lines (38 loc) · 917 Bytes
/
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
[metadata]
name = pg-materialize
summary = Postgres Materialized View Dependency Manager
description-file = README.rst
license = MIT License
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Topic :: Database
Topic :: Utilities
keywords =
pg
postgres
psql
pgsql
postgresql
materialized
view
dependency
dependencies
author = Ali Anari
author-email = [email protected]
home-page = https://github.com/aanari/pg-materialize
[files]
packages =
pg_materialize
[wheel]
universal = 1
[entry_points]
console_scripts =
pg_materialize = pg_materialize.pg_materialize:cli