Adding MIT license

This commit is contained in:
2020-06-11 17:10:10 +02:00
parent 7cdd877138
commit 8a7cbb702f
2 changed files with 23 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ with open("README.md") as fp:
setuptools.setup(
name="once",
description="An one-time file sharing personal service, running serverless on AWS",
description="A one-time file sharing personal service, running serverless on AWS",
version="0.1.0",
url="https://github.com/domtes/once",
author="Domenico Testa",
@@ -33,7 +33,7 @@ setuptools.setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",