Skip to content

Commit

Permalink
added setup.py file and remove redundant __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasturcani committed Apr 11, 2018
1 parent becce30 commit 97e9a09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion __init__.py

This file was deleted.

8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from distutils.core import setup

setup(name='pywindow',
author='Marcin Miklitz',
author_email='[email protected]',
url='https://www.github.com/marcinmiklitz/pywindow',
version='0.0.1',
packages=['pywindow'])

0 comments on commit 97e9a09

Please sign in to comment.