From 2853e837664f32cc573d289ec5bf92901039dabd Mon Sep 17 00:00:00 2001 From: Colas Geier Date: Mon, 11 Oct 2021 14:33:59 +0200 Subject: [PATCH] setup update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf73173..3c3985f 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( url="", long_description=LONG_DESCRIPTION, packages=[ - "pycen", + # "pycen", ], package_data={"pycen": data_files}, python_requires=">=3.7",