From 8775fcd12876f3acc5f9b919afe1cf3be238a186 Mon Sep 17 00:00:00 2001 From: zlg Date: Wed, 10 Oct 2018 21:29:08 -0700 Subject: Move tests and data to dedicated directory Also tweaked the export command to report correctly. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f2f16d1..11c37fa 100755 --- a/setup.py +++ b/setup.py @@ -28,9 +28,8 @@ setup( }, install_requires=[ 'Click>=6.0', # for better Windows console support - 'PyYAML', # importing from YAML files + 'PyYAML', # import/export YAML files ], - #py_modules=["vgstash"], classifiers=( "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: GNU Affero General Public License v3", -- cgit v1.2.3-54-g00ecf