Skip to content
Snippets Groups Projects
setup.cfg 1.04 KiB
Newer Older
  • Learn to ignore specific revisions
  • thomaswoehlke's avatar
    thomaswoehlke committed
    [metadata]
    
    name = covid19python-thomaswoehlke
    
    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 =
        Development Status :: 3 - Alpha
        Environment :: Web Environment
        Framework :: Flask
        Intended Audience :: Developers
        License :: OSI Approved :: GNU General Public License v3 (GPLv3)
        Operating System :: OS Independent
        Programming Language :: Python :: 3
        Topic :: Internet :: WWW/HTTP :: Dynamic Content
        Topic :: Internet :: WWW/HTTP :: WSGI
        Topic :: Internet :: WWW/HTTP :: WSGI :: Application
    
        "Development Status :: 1 - Planning",
    
    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:
    package_dir = = src
    include_package_data = true
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    # Dependencies are in setup.py for GitHub's dependency graph.