Skip to content
Snippets Groups Projects
Select Git revision
  • 54e94f4bb11270e2714ab4bd62f4289f6d8aaa70
  • master default protected
  • 2CenterLJF
3 results

bench.cpp

Blame
  • setup.py 419 B
    from setuptools import setup, find_packages
    
    setup(
        name='covid19python',
        version='0.0.14',
        packages=find_packages(),
        url='https://github.com/thomaswoehlke/covid19python',
        license='GNU General Public License v3.0',
        author='thomaswoehlke',
        author_email='thomas.woehlke@gmail.com',
        description='Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.'
    )