From f30f434eb25854ecbc6eec3c53134b435e7da8e3 Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Fri, 29 Mar 2024 14:10:52 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 736c3ec..7edd6a9 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ pymodule['longdescription'] = 'A tar like file format name catfile after unix ca pymodule['platforms'] = 'OS Independent'; pymodule['zipsafe'] = True; pymodule['pymodules'] = ['pycatfile']; -pymodule['scripts'] = ['catfile.py']; +pymodule['scripts'] = ['catfile.py', 'neocatfile.py']; pymodule['classifiers'] = [ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', -- 2.11.4.GIT