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

Add README and supported python versions to PyPI description #258

Merged
merged 3 commits into from
May 20, 2016
Merged

Add README and supported python versions to PyPI description #258

merged 3 commits into from
May 20, 2016

Conversation

johnthagen
Copy link
Contributor

Fix #256.

@johnthagen
Copy link
Contributor Author

Per #259, updated operating system classifiers so users are aware Windows is not currently supported.

@@ -5,9 +5,11 @@

from setuptools import setup

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as fp:
LONG_DESCRIPTION = fp.read() + '\n'
Copy link
Contributor

@kwlzn kwlzn May 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here's a preview of what this concatenation would look like: https://gist.github.com/kwlzn/97f740834edcc03b6e729a3b18d641dc

note the disjoint styling between the concatenation. seems to me that we'd probably want to change the style of the CHANGES.rst header, which is currently:

=======
CHANGES
=======

to something like:

Release Notes
===========

to make this blend nicely.

@johnthagen
Copy link
Contributor Author

@kwlzn Good catch, updated PR to appropriately.

@kwlzn
Copy link
Contributor

kwlzn commented May 20, 2016

LGTM!

@kwlzn kwlzn merged commit 6486ffc into pex-tool:master May 20, 2016
@kwlzn
Copy link
Contributor

kwlzn commented May 20, 2016

merged! thanks @johnthagen!

@johnthagen johnthagen deleted the fix-pypiPage branch August 31, 2016 19:29
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.

2 participants