coretk - formatting cleanup
This commit is contained in:
parent
17d1830176
commit
2f8935b4c9
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from PIL import Image, ImageTk
|
from PIL import Image, ImageTk
|
||||||
|
|
||||||
PATH = os.path.abspath(os.path.dirname(__file__))
|
PATH = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
|
@ -4,9 +4,7 @@ setup(
|
||||||
name="coretk",
|
name="coretk",
|
||||||
version="0.1.0",
|
version="0.1.0",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=["pillow"],
|
||||||
"pillow",
|
|
||||||
],
|
|
||||||
description="CORE GUI",
|
description="CORE GUI",
|
||||||
url="https://github.com/coreemu/core",
|
url="https://github.com/coreemu/core",
|
||||||
author="Boeing Research & Technology",
|
author="Boeing Research & Technology",
|
||||||
|
|
Loading…
Add table
Reference in a new issue