Skip to content

Commit

Permalink
Make sure dev installs work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Sep 2, 2019
1 parent 84e9f74 commit 139b4a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ def find_meta(meta):
+ "Release Information\n"
+ "===================\n\n"
+ re.search(
r"(\d+.\d.\d \(.*?\)\n.*?)(\n\n\n----\n)", read("CHANGELOG.rst"), re.S
r"(\d+.\d.\d \(.*?\)\r?\n.*?)\r?\n\r?\n\r?\n----\r?\n\r?\n\r?\n",
read("CHANGELOG.rst"),
re.S,
).group(1)
+ "\n\n`Full changelog "
+ "<{uri}en/stable/changelog.html>`_.\n\n".format(uri=URI)
Expand Down

0 comments on commit 139b4a2

Please sign in to comment.