summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-01-29 20:53:21 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-01-29 20:53:48 +0100
commit8c13dfc36a6663372510fb41179be79f719c9bd4 (patch)
treec41e812e46819d8e988b5452db62a1199421d2e3 /setup.py
parent7493894dc4adeee9e134c5310a9ca62aa4b5ad8d (diff)
parent8f4da52b5b10108111dc01bb0b2d904b2e0e82b5 (diff)
downloadsetuptools-scm-8c13dfc36a6663372510fb41179be79f719c9bd4.tar.gz
merge my 2 branches to fix the travis setup and selfinstall testing
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 76e0d00..e37bbc6 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ def scm_config():
local_scheme=get_local_node_and_date,
)
+
with open('README.rst') as fp:
long_description = fp.read()