Skip to content

Commit

Permalink
license updated to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbenes1996 committed Jan 17, 2021
1 parent 4d6cc25 commit 99ca496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

setuptools.setup(
name = 'covid19dh',
version = '2.1.0',
version = '2.1.1',
author = 'Martin Beneš',
author_email = '[email protected]',
description = 'Unified data hub for a better understanding of COVID-19 https://covid19datahub.io',
long_description = long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
license='GPL',
license='MIT',
url = 'https://www.covid19datahub.io/',
download_url = 'https://github.com/covid19datahub/Python/archive/2.1.0.tar.gz',
download_url = 'https://github.com/covid19datahub/Python/archive/2.1.1.tar.gz',
keywords = ['2019-nCov', 'coronavirus', 'covid-19', 'covid-data', 'covid19-data'],
install_requires=reqs,
package_dir={'': '.'},
Expand Down

0 comments on commit 99ca496

Please sign in to comment.