-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
28 lines (28 loc) · 810 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
[metadata]
name = django-mini-system-monitor
version = 0.3
description = System Status in Django Admin
url = https://github.com/dannluciano/django-mini-system-monitor
author = Dann Luciano
author_email = [email protected]
license = BSD
classifiers =
Environment :: Web Environment
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 :: Only
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
packages = find:
include_package_data = true
python_requires = >=3
setup_requires =
setuptools >= 52.0.0
install_requires =
Django>=3
psutil>=5.8