-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (29 loc) · 938 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
[metadata]
name = proxyid
version = attr: proxyid.__version__
author = Felipe Paes
author_email = felipepaes@disroot.org
description = Proxyid hides your Django model primary key
long_description = file: README.md
long_description_content_type = text/markdown
license = FreeBSD License
url = https://github.com/felipepaes/proxyid
project_urls =
Bug Tracker = https://github.com/felipepaes/proxyid/issues
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Framework :: Django :: 1.11
Framework :: Django :: 2.0
Framework :: Django :: 2.1
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
[options]
install_requires = hashids
packages = find:
python_requires = >=3.6