mirror of
https://github.com/573dev/gfdm-server.git
synced 2026-04-27 16:27:33 -05:00
Probably don't really need this
This commit is contained in:
parent
a0227a42a7
commit
6a454d97de
19
LICENSE
19
LICENSE
|
|
@ -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.
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
include v8_server/VERSION
|
include v8_server/VERSION
|
||||||
include VERSION
|
include VERSION
|
||||||
include README.md
|
include README.md
|
||||||
include LICENSE
|
|
||||||
include CHANGES.md
|
include CHANGES.md
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
[](https://www.python.org/)
|
[](https://www.python.org/)
|
||||||
[](https://github.com/ambv/black)
|
[](https://github.com/ambv/black)
|
||||||
|
|
||||||
Simlated eAmuse Server for GFDM V8
|
Simlated eAmuse Server for GFDM V8 (maybe also V7 in the future?)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
@ -21,10 +21,4 @@ export FLASK_ENV=development
|
||||||
|
|
||||||
# Run the server
|
# Run the server
|
||||||
flask run
|
flask run
|
||||||
|
|
||||||
# To run in ssl mode
|
|
||||||
flask run --cert=adhoc
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
|
||||||
v8\_server is provided under an MIT License.
|
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -40,7 +40,6 @@ setup(
|
||||||
install_requires=REQUIREMENTS,
|
install_requires=REQUIREMENTS,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user