From 20a257d7353bfb331a1879a7b3a50987d8b1de01 Mon Sep 17 00:00:00 2001
From: Duncan Macleod <duncan.macleod@ligo.org>
Date: Wed, 2 Jan 2019 11:07:22 -0600
Subject: [PATCH] include license in tarballs and wheels

---
 MANIFEST.in | 1 +
 setup.cfg   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index 9561fb106..af97cc803 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,2 @@
 include README.rst
+include LICENSE.md
diff --git a/setup.cfg b/setup.cfg
index b3838851e..5451ba470 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,3 +6,6 @@ ignore = E129
 [tool:pytest]
 addopts =
     --ignore test/other_test.py
+
+[metadata]
+license_file = LICENSE.md
-- 
GitLab