2
1
mirror of https://github.com/deadc0de6/catcli synced 2024-11-11 13:11:00 +00:00

adding packages

This commit is contained in:
deadc0de6 2017-12-14 21:14:06 +01:00
parent be79090f9a
commit 1a3c8c17e0

View File

@ -11,6 +11,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup( setup(
name='catcli', name='catcli',
packages = ['catcli'],
version=catcli.__version__, version=catcli.__version__,
description='The command line catalog tool for your offline data', description='The command line catalog tool for your offline data',