-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (37 loc) · 1.11 KB
/
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
[pep8]
ignore=E221,E501,E701
[metadata]
name = django-decide-host
version = attr: decide_host.__version__
description = A Django-based database for trials and events in the decide operant control system
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
classifiers =
Development Status :: 4 - Beta
Framework :: Django
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python
Topic :: Scientific/Engineering
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
author = C Daniel Meliza
author_email = [email protected]
maintainer = C Daniel Meliza
maintainer_email = [email protected]
url = https://github.com/melizalab/django-decide-host
[options]
zip_safe = false
include_package_data = true
packages = decide_host
python_requires = >= 3.8
setup_requires =
setuptools
install_requires =
django-filter >= 23.4
djangorestframework >= 3.14.0
drf-link-header-pagination >= 0.2.0
test_suite = decide_host.tests
[options.packages.find]
exclude = *test*