mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-13 18:12:17 +00:00
Full packaging setup
This commit is contained in:
30
setup.cfg
Normal file
30
setup.cfg
Normal file
@@ -0,0 +1,30 @@
|
||||
[metadata]
|
||||
name = ohayodash
|
||||
version = 0.0.2
|
||||
description = A Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
|
||||
long_description = file: README.md, LICENSE
|
||||
license = MIT
|
||||
license_file = LICENSE
|
||||
classifiers =
|
||||
Framework :: Flask
|
||||
License :: OSI Approved :: MIT License
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.9
|
||||
|
||||
[options]
|
||||
zip_safe = False
|
||||
packages = ohayodash
|
||||
install_requires =
|
||||
flask
|
||||
kubernetes
|
||||
pyyaml
|
||||
gunicorn
|
||||
|
||||
[flake8]
|
||||
format = wemake
|
||||
ignore = E501
|
||||
max-line-length = 120
|
||||
exclude = setup.py
|
||||
|
||||
[darglint]
|
||||
docstring_style=sphinx
|
||||
Reference in New Issue
Block a user