Skip to content

Commit

Permalink
typo in Shader docstring, email needed in setup for new pypi submission
Browse files Browse the repository at this point in the history
  • Loading branch information
paddywwoof committed Dec 16, 2016
1 parent 0d61e53 commit d589536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pi3d/Shader.py
Expand Up @@ -74,7 +74,7 @@ def __init__(self, shfile=None, vshader_source=None, fshader_source=None):
*vshader_source*
String with the code for the vertex shader.
*vshader_source*
*fshader_source*
String with the code for the fragment shader.
"""
assert Loadable.is_display_thread()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@
version=version,
description='pi3d OpenGLES2 3D graphics library',
author='Tim Skillman, Paddy Gaunt, Tom Ritchford',
author_email='http://pi3d.github.com/html/index.html',
author_email='patrick@eldwick.org.uk',
url='http://pi3d.github.com/html/index.html',
packages=['pi3d','pyxlib','pi3d.constants','pi3d.shape','pi3d.util',
'pi3d.event','pi3d.loader','pi3d.sprite','pi3d.'],
Expand Down

0 comments on commit d589536

Please sign in to comment.