From 0dfc6b1fcf4dc2ceca38b9fdb80ddbe95e5ab5f6 Mon Sep 17 00:00:00 2001 From: RosalynHatcher Date: Wed, 21 Aug 2019 08:49:35 +0100 Subject: [PATCH] Remove cf-checker script from setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 72ed9fe..0b2449b 100644 --- a/setup.py +++ b/setup.py @@ -41,5 +41,4 @@ zip_safe=False, install_requires=['netCDF4', 'numpy>=1.7', 'cfunits>=3.0.0', 'future'], entry_points={'console_scripts': ['cfchecks = cfchecker.cfchecks:main']}, - scripts=['src/cf-checker'] )