-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (23 loc) · 780 Bytes
/
setup.cfg
File metadata and controls
25 lines (23 loc) · 780 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
[metadata]
name = django-postgres-stats
author = Clinton Dreisbach
author-email = cdreisbach@rti.org
summary = A Django app to expose built-in statistical and datetime functions from Postgres.
license = BSD
description-file = README.rst
home-page = https://github.com/rtidatascience/django-postgres-stats/
requires-python = >= 3.3
classifier =
Development Status :: 4 - Beta
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Database
[files]
packages = postgres_stats