Skip to content

Commit

Permalink
Use pypissh
Browse files Browse the repository at this point in the history
  • Loading branch information
DasIch committed Apr 5, 2013
1 parent e490d78 commit 2b7c9c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Expand Up @@ -8,3 +8,6 @@ sphinx


# scripts # scripts
requests requests

# pypi upload
pypissh
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -8,6 +8,14 @@
except ImportError: except ImportError:
__pypy__ = None __pypy__ = None


try:
import pypissh
except ImportError:
# non-developer
pass
else:
pypissh.monkeypatch()

# If cffi is available we can import all our ffi stuff and compile it as # If cffi is available we can import all our ffi stuff and compile it as
# extensions, if it isn't for example when installing from PyPI we skip this. # extensions, if it isn't for example when installing from PyPI we skip this.
try: try:
Expand Down

0 comments on commit 2b7c9c4

Please sign in to comment.