From 1f01794f37200673ae1addbf55e42bdd98409f2c Mon Sep 17 00:00:00 2001 From: thomas loubrieu Date: Mon, 11 Sep 2023 12:59:44 -0400 Subject: [PATCH] remove commented line --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b867506..c0ad499 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,8 +34,6 @@ install_requires = # shouldn't use anyway, because that's what ``pkg_resources`` is for 🙂 zip_safe = True include_package_data = True -# depracated in python 3.10 ? -#namespace_packages = pds # base directory for code is in src/. Don't change this. package_dir = = src