Minor PEP8 cleanup in setup.py.
This commit is contained in:
parent
886830b773
commit
538228af04
1 changed files with 5 additions and 4 deletions
1
setup.py
1
setup.py
|
|
@ -7,6 +7,7 @@ os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||||
VERSION_PATH = os.path.join('evennia', 'VERSION.txt')
|
VERSION_PATH = os.path.join('evennia', 'VERSION.txt')
|
||||||
OS_WINDOWS = os.name == "nt"
|
OS_WINDOWS = os.name == "nt"
|
||||||
|
|
||||||
|
|
||||||
def get_requirements():
|
def get_requirements():
|
||||||
"""
|
"""
|
||||||
To update the requirements for Evennia, edit the requirements.txt
|
To update the requirements for Evennia, edit the requirements.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue