Skip to content

Make version available to Python without dependencies; and to Sphinx metadata #126

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

Merged
merged 4 commits into from
Nov 1, 2017

Conversation

jnothman
Copy link
Member

Fixes #51. See also #94.

@jnothman
Copy link
Member Author

I've checked that numpydoc.__version__ can be imported in a clean conda env
.

setup.py Outdated
@@ -4,17 +4,13 @@
import os

from distutils.command.sdist import sdist
import setuptools
Copy link
Member

@pv pv Nov 1, 2017

Choose a reason for hiding this comment

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

IIRC, the import monkeypatches distutils and changes behavior.
Is it ok to remove? Maybe best to leave as is, if not sure.

@jnothman
Copy link
Member Author

jnothman commented Nov 1, 2017 via email

@pv pv merged commit 04c9d99 into numpy:master Nov 1, 2017
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.

3 participants