We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6f71e commit 26fd9d0Copy full SHA for 26fd9d0
setup.py
@@ -0,0 +1,11 @@
1
+
2
+from setuptools import setup
3
+# Try to get it to be pip installable
4
+setup(
5
+ name='pyopengltk',
6
+ version='0.0.1',
7
+ author ='Jon Wright',
8
+ url = 'http://github.com/jonwright/pyopengltk',
9
+ py_modules=['pyopengltk'],
10
+ long_description=open('README.md').read(),
11
+)
0 commit comments