coretk - formatting cleanup

This commit is contained in:
Blake Harnden 2019-09-18 11:26:26 -07:00
parent 17d1830176
commit 2f8935b4c9
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,5 @@
import os
from PIL import Image, ImageTk
PATH = os.path.abspath(os.path.dirname(__file__))

View 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",