Skip to content

Commit

Permalink
Added setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhw committed Dec 2, 2015
1 parent 68a8ccd commit c99bb47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup
setup(
name = 'spacenavigator',
packages = ['spacenavigator'], # this must be the same as the name above
version = '0.1',
description = 'Python interface to the 3DConnexion Space Navigator',
author = 'John Williamson',
author_email = '[email protected]',
url = 'https://github.com/johnhw/pyspacenavigator', # use the URL to the github repo
download_url = 'https://github.com/johnhw/pyspacenavigator/tarball/0.1',
keywords = ['spacenavigator', '3d', '6 DoF', 'HID'],
classifiers = [],
)

0 comments on commit c99bb47

Please sign in to comment.