forked from byceps/byceps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (39 loc) · 1.21 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
41
[metadata]
name = BYCEPS
version = 0.0
url = https://byceps.nwsnet.de/
author = Jochen "Y0Gi" Kupperschmidt
author_email = [email protected]
classifiers =
Environment :: Web Environment
Framework :: Flask
Intended Audience :: Developers
Intended Audience :: Other Audience
License :: OSI Approved :: BSD License
Natural Language :: German
Programming Language :: JavaScript
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Communications
Topic :: Games/Entertainment
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
license = Revised BSD
license_file = LICENSE
description = LAN party web platform
long_description = file: README.rst
keywords = lanparty
platforms = any
[options]
zip_safe = False
python_requires = >=3.7
packages = find:
[mypy]
ignore_missing_imports = True
no_implicit_optional = True
plugins = sqlalchemy.ext.mypy.plugin
python_version = 3.7