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 string delimiters in setup.py description #86

Merged
merged 1 commit into from Feb 23, 2017
Merged

Fix string delimiters in setup.py description #86

merged 1 commit into from Feb 23, 2017

Conversation

adamjstewart
Copy link
Contributor

@adamjstewart adamjstewart commented Feb 21, 2017

Fixes #62.

Before:

$ python setup.py --description
A small Python module for determining appropriate " +         "platform-specific dirs, e.g. a "user data dir".

After:

$ python setup.py --description
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".

This also affects your description on PyPI.

@zoofood zoofood merged commit 0336c77 into ActiveState:master Feb 23, 2017
@adamjstewart adamjstewart deleted the fixes/setup-description branch February 23, 2017 15:33
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