38 lines
910 B
INI
38 lines
910 B
INI
[metadata]
|
|
name = StatusForce
|
|
version = 0.0.1
|
|
author = Raoul Snyman
|
|
author_email = raoul@libertytechforce.com
|
|
description = Simple status page for system status
|
|
long_description = file:README.rst
|
|
long_description_content_type = text/x-rst
|
|
url = https://libertytechforce.com
|
|
license = MIT
|
|
classifiers =
|
|
Development Status :: 3 - Alpha
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: POSIX
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Topic :: Utilities
|
|
keywords = website, status
|
|
|
|
[options]
|
|
py_modules = statusforce
|
|
python_requires = >=3.7
|
|
install_requires =
|
|
Flask
|
|
Flask-Admin
|
|
Flask-SQLAlchemy
|
|
Flask-Login
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[flake8]
|
|
max-line-length = 120
|