File: setup.cfg

package info (click to toggle)
python-django-netfields 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: python: 2,067; sh: 7; makefile: 4; sql: 2
file content (32 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
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
[metadata]
name = django-netfields
version = 1.4.0
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

[egg_info]
tag_build = 
tag_date = 0