-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
28 lines (27 loc) · 863 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 = easylogs
description = Simple and powerful dashboard for logs
version = file: VERSION
long_description = file: README.md
long_description_content_type = text/markdown
license = License :: MIT License
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Environment :: Console
Operating System :: POSIX
Operating System :: MacOS
Operating System :: OS Independent
Operating System :: Microsoft :: Windows
Intended Audience :: Other Audience
Intended Audience :: System Administrators
author = Daniel Garcia (cr0hn)
author_email = [email protected]
maintainer = Daniel Garcia (cr0hn)
maintainer_email = [email protected]
url = https://github.com/cr0hn/easylogs
[options]
zip_safe = True
include_package_data = True
packages = find: