mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Minor PEP8 cleanup in setup.py.
This commit is contained in:
parent
886830b773
commit
538228af04
1 changed files with 5 additions and 4 deletions
9
setup.py
9
setup.py
|
|
@ -7,6 +7,7 @@ os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
|||
VERSION_PATH = os.path.join('evennia', 'VERSION.txt')
|
||||
OS_WINDOWS = os.name == "nt"
|
||||
|
||||
|
||||
def get_requirements():
|
||||
"""
|
||||
To update the requirements for Evennia, edit the requirements.txt
|
||||
|
|
@ -67,10 +68,10 @@ def package_data():
|
|||
setup(
|
||||
name='evennia',
|
||||
version=get_version(),
|
||||
author = "Evennia community",
|
||||
maintainer = "Griatch",
|
||||
maintainer_email = "griatch AT gmail DOT com",
|
||||
url = "http://www.evennia.com",
|
||||
author="Evennia community",
|
||||
maintainer="Griatch",
|
||||
maintainer_email="griatch AT gmail DOT com",
|
||||
url="http://www.evennia.com",
|
||||
description='A full-featured MUD building toolkit.',
|
||||
packages=find_packages(),
|
||||
scripts=get_scripts(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue