# HG changeset patch # User drewp@bigasterisk.com # Date 1556005967 25200 # Node ID a7a63816b120ccfda0746fd18c91fc6b4c3ccef8 # Parent d5272e9045af7c2deac485584596812b0622910e don't exclude setup.py from the dist (though I mean to exclude it from the package, somehow) Ignore-this: bb2b8b480a9c8627105b36ac60ffa2c8 diff -r d5272e9045af -r a7a63816b120 lib/patchablegraph/MANIFEST.in --- a/lib/patchablegraph/MANIFEST.in Tue Apr 23 00:11:04 2019 -0700 +++ b/lib/patchablegraph/MANIFEST.in Tue Apr 23 00:52:47 2019 -0700 @@ -1,2 +1,2 @@ exclude tasks.py -exclude setup.py +