Skip to content

Commit

Permalink
Create setup.py
Browse files Browse the repository at this point in the history
Used to install package.
  • Loading branch information
Claydough6 authored May 5, 2021
1 parent 325fbae commit c677b3d
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 c677b3d

Please sign in to comment.