Skip to content

Commit

Permalink
added a setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
zheli committed Sep 7, 2011
1 parent d7b8d67 commit 36c452e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
@@ -0,0 +1,6 @@
from distutils.core import setup
setup(name='robot-framework-vmrunlibrary',
version='1.0',
package_dir={'':'VmrunLibrary'},
packages=[''],
)

0 comments on commit 36c452e

Please sign in to comment.