From 75bbc0579c25930bc59163c0f2f8f1fbf35f301e Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Wed, 2 Jan 2019 18:30:53 -0500 Subject: Added symlink to fix old hyperlinks. --- NEWS.txt | 1 + prepare-release.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 NEWS.txt diff --git a/NEWS.txt b/NEWS.txt new file mode 120000 index 0000000..a75130b --- /dev/null +++ b/NEWS.txt @@ -0,0 +1 @@ +CHANGELOG \ No newline at end of file diff --git a/prepare-release.sh b/prepare-release.sh index 729959a..b26c07c 100644 --- a/prepare-release.sh +++ b/prepare-release.sh @@ -19,7 +19,6 @@ python setup.py sdist bdist_wheel # Run this in Python 3 env. twine upload --repository-url https://test.pypi.org/legacy/ dist/* - twine upload dist/* # Old instructions: -- cgit v1.2.1