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
|
||||
|
||||
from PIL import Image, ImageTk
|
||||
|
||||
PATH = os.path.abspath(os.path.dirname(__file__))
|
||||
|
|
|
@ -4,9 +4,7 @@ setup(
|
|||
name="coretk",
|
||||
version="0.1.0",
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"pillow",
|
||||
],
|
||||
install_requires=["pillow"],
|
||||
description="CORE GUI",
|
||||
url="https://github.com/coreemu/core",
|
||||
author="Boeing Research & Technology",
|
||||
|
|
Loading…
Add table
Reference in a new issue