From a9e6ad95132aa9fd9859e0409db770b85581992a Mon Sep 17 00:00:00 2001 From: Henry Robbins Date: Tue, 8 Jun 2021 14:48:48 -0400 Subject: [PATCH] Fixed MANIFEST.in so that .js resource files are included --- MANIFEST.in | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7748323..e69de29 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +0,0 @@ -recursive-include vinal *.js \ No newline at end of file diff --git a/setup.py b/setup.py index cd19b52..f39703f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="vinal", - version="0.0.1", + version="0.0.2", author="Henry Robbins", author_email="hwr26@cornell.edu", description="A Python package for visualizing graph algorithms.",