Skip to content

Commit

Permalink
update pypi links
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhausler committed Jan 12, 2015
1 parent 8de3cab commit a775d50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
:target: https://coveralls.io/r/ambitioninc/pagerduty-api

.. image:: https://pypip.in/v/pagerduty-api/badge.png
:target: https://crate.io/packages/pagerduty-api/
:target: https://pypi.python.org/pypi/newrelic-api
:alt: Latest PyPI version

.. image:: https://pypip.in/d/pagerduty-api/badge.png
:target: https://crate.io/packages/pagerduty-api/
:target: https://pypi.python.org/pypi/newrelic-api
:alt: Number of PyPI downloads


Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
from setuptools import setup, find_packages


import sys
if 'sdist' in sys.argv and sys.version_info < (2, 7, 9, 'final', 0):
import os
del os.link


def get_version():
"""
Extracts the version number from the version.py file.
Expand Down

0 comments on commit a775d50

Please sign in to comment.