Skip to content

Commit

Permalink
Updated pywindowx on pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinmiklitz committed Jul 25, 2018
1 parent 8ac1dc2 commit fc520c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions __init__.py
@@ -0,0 +1 @@
from .pywindow import *
3 changes: 2 additions & 1 deletion setup.py
@@ -1,8 +1,9 @@
from distutils.core import setup
#from setuptools import setup

setup(name='pywindow',
author='Marcin Miklitz',
author_email='marcin.miklitz@gmail.com',
url='https://www.github.com/marcinmiklitz/pywindow',
version='0.0.1',
version='0.0.2',
packages=['pywindow'])

0 comments on commit fc520c6

Please sign in to comment.