Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in setup.py #9

Merged
merged 1 commit into from Nov 30, 2012
Merged

Fix typos in setup.py #9

merged 1 commit into from Nov 30, 2012

Conversation

shabble
Copy link
Contributor

@shabble shabble commented Nov 30, 2012

couple of typos in setup.py throwing errors when installing from pypi:

/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainteiner_email'
warnings.warn(msg)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainteiner'

couple of typos in setup.py throwing errors when installing from pypi:

/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainteiner_email'
      warnings.warn(msg)
    /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainteiner'
chronossc added a commit that referenced this pull request Nov 30, 2012
Fix typos in setup.py (Thx shabble!)
@chronossc chronossc merged commit a772dd3 into chronossc:master Nov 30, 2012
@chronossc
Copy link
Owner

@shabble, thx for patch.

I released 1.1.3-p1 and already uploaded it to pypi. You can install with pip.

Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants