-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (26 loc) · 735 Bytes
/
setup.cfg
File metadata and controls
27 lines (26 loc) · 735 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
[metadata]
name = django-netfields
version = 1.4.1
description = Django PostgreSQL netfields implementation
long_description = file: README.rst
url = https://github.com/jimfunk/django-postgresql-netfields
author = James Oakley
author_email = jfunk@funktronics.ca
license = BSD
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Utilities
[options]
packages = netfields
zip_safe = False
install_requires =
netaddr
django>=1.11
python_requires = >=3.5