diff options
| author | jason kirtland <jek@discorporate.us> | 2015-04-06 12:20:24 -0700 |
|---|---|---|
| committer | jason kirtland <jek@discorporate.us> | 2015-04-06 12:20:24 -0700 |
| commit | 5983f7c7af695c47926bc1b3bf7c99c68870359f (patch) | |
| tree | 18517960230449f6bb556176c704128f605ddd10 /setup.py | |
| parent | 13e91f8495ab8cafa04f9453a83dbb757a949979 (diff) | |
| download | blinker-5983f7c7af695c47926bc1b3bf7c99c68870359f.tar.gz | |
...and fix setup.py snarfing README.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ try: except ImportError: from distutils.core import setup -readme = open('README').read() +readme = open('README.md').read() import blinker version = blinker.__version__ |
