From 669aed9ec7261c49c49ed26c31f218e42faa491a Mon Sep 17 00:00:00 2001 From: zlg Date: Wed, 10 Oct 2018 19:44:18 -0700 Subject: cli: Add "import" command Currently the import command will only accept YAML files, but is ready for expansion to other formats as needed. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index b44eea6..140b2bc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include AUTHORS include LICENSE include README.md +include requirements.txt -- cgit v1.2.3-54-g00ecf