From 6a454d97de1d0ee316589644fd6763f36004794c Mon Sep 17 00:00:00 2001 From: 573dev <> Date: Wed, 14 Oct 2020 22:54:40 -0500 Subject: [PATCH] Probably don't really need this --- LICENSE | 19 ------------------- MANIFEST.in | 1 - README.md | 8 +------- setup.py | 1 - 4 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 7ff579d..0000000 --- a/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright 2020 573dev - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. diff --git a/MANIFEST.in b/MANIFEST.in index 096099b..2f0c158 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,4 @@ include v8_server/VERSION include VERSION include README.md -include LICENSE include CHANGES.md diff --git a/README.md b/README.md index 6fa889b..d4981d8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Python Version](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) -Simlated eAmuse Server for GFDM V8 +Simlated eAmuse Server for GFDM V8 (maybe also V7 in the future?) ## Development @@ -21,10 +21,4 @@ export FLASK_ENV=development # Run the server flask run - -# To run in ssl mode -flask run --cert=adhoc ``` - -## License -v8\_server is provided under an MIT License. diff --git a/setup.py b/setup.py index b0bb2f2..b3ed486 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,6 @@ setup( install_requires=REQUIREMENTS, classifiers=[ "Environment :: Console", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.8",