Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KKhaghani committed May 5, 2021
2 parents 41882a3 + c677b3d commit 3911144
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from setuptools import setup

setup(name="resolution_gui",
version="1.0",
description="A resolution GUI app for prop logic",
url="https://github.com/Claydough6/gui_resolution",
author="Clay Bell and Kevin Khaghani",
author_email="[email protected]",
license="MIT",
packages=["resolution_gui"],
zip_safe=False)

0 comments on commit 3911144

Please sign in to comment.