Probably don't really need this

This commit is contained in:
573dev 2020-10-14 22:54:40 -05:00
parent a0227a42a7
commit 6a454d97de
4 changed files with 1 additions and 28 deletions

19
LICENSE
View File

@ -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.

View File

@ -1,5 +1,4 @@
include v8_server/VERSION
include VERSION
include README.md
include LICENSE
include CHANGES.md

View File

@ -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.

View File

@ -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",