Skip to content
Snippets Groups Projects
setup.cfg 1.29 KiB
Newer Older
  • Learn to ignore specific revisions
  • thomaswoehlke's avatar
    thomaswoehlke committed
    [metadata]
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    name = flask-covid19
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    version = 0.0.19
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    url = https://github.com/thomaswoehlke/covid19python.git
    author = Thomas Woehlke
    author_email = thomas.woehlke@gmail.com
    
    license = GNU General Public License v3 (GPLv3)
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    classifiers =
        Environment :: Web Environment
        Intended Audience :: Developers
        License :: OSI Approved :: GNU General Public License v3 (GPLv3)
    
    Thomas Wöhlke's avatar
    Thomas Wöhlke committed
        Operating System :: POSIX :: Linux
        Operating System :: Microsoft :: Windows :: Windows 10
        Programming Language :: Python
    
    thomaswoehlke's avatar
    thomaswoehlke committed
        Programming Language :: Python :: 3
    
    Thomas Wöhlke's avatar
    Thomas Wöhlke committed
        Programming Language :: Python :: 3.8
        Development Status :: 3 - Alpha
        Natural Language :: German
        Natural Language :: English
    
    thomaswoehlke's avatar
    thomaswoehlke committed
        Topic :: Internet :: WWW/HTTP :: Dynamic Content
        Topic :: Internet :: WWW/HTTP :: WSGI :: Application
    
    Thomas Wöhlke's avatar
    Thomas Wöhlke committed
        Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
        Topic :: Software Development :: Libraries :: Python Modules
        Topic :: Database :: Frontends
        Framework :: Flask
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    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
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    
    [options]
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    packages = find:
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    package_dir = = src
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    include_package_data = true
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    # Dependencies are in setup.py for GitHub's dependency graph.