Skip to content
Snippets Groups Projects
setup.cfg 1.29 KiB
[metadata]
name = flask-covid19
version = 0.0.19
url = https://github.com/thomaswoehlke/covid19python.git
author = Thomas Woehlke
author_email = thomas.woehlke@gmail.com
license = GNU General Public License v3 (GPLv3)
classifiers =
    Environment :: Web Environment
    Intended Audience :: Developers
    License :: OSI Approved :: GNU General Public License v3 (GPLv3)
    Operating System :: POSIX :: Linux
    Operating System :: Microsoft :: Windows :: Windows 10
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.8
    Development Status :: 3 - Alpha
    Natural Language :: German
    Natural Language :: English
    Topic :: Internet :: WWW/HTTP :: Dynamic Content
    Topic :: Internet :: WWW/HTTP :: WSGI :: Application
    Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
    Topic :: Software Development :: Libraries :: Python Modules
    Topic :: Database :: Frontends
    Framework :: Flask
description = Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.
long_description = file: README.md
long_description_content_type = text/markdown

[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.8
# Dependencies are in setup.py for GitHub's dependency graph.