From 58fb5c9470f08f59e6ed70be1736a289b0dadf60 Mon Sep 17 00:00:00 2001 From: "Francis T. O'Donovan" Date: Sat, 16 Jan 2021 17:34:54 -0500 Subject: [PATCH] Add setup.py to MANIFEST.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To re-enable conda-forge/ipython-autotime-feedstock to build this project correctly – see conda-forge/ipython-autotime-feedstock#10. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 93c699f..0d75b13 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ global-exclude * include autotime/*.py include LICENSE include README.md +include setup.py