From 560f86d452277084a1be04fbc4c0e8c5f1206ff5 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Sat, 11 May 2019 17:46:21 -0400 Subject: basic testing system --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8acb130..085150a 100644 --- a/setup.py +++ b/setup.py @@ -17,5 +17,9 @@ setuptools.setup( "Programming Language :: Python :: 3", "License :: OSI Approved :: GPL", "Operating System :: OS Independent", - ], + ],# TODO: additional classifiers needed + entry_points={ + 'console_scripts': ['gantools=gantools.cli:main'], + }, + test_suite='test', ) -- cgit v1.2.1