From 13405cf0ecd61347011d6e7d9297b6b06ce2a571 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 10 Apr 2021 16:47:18 +0200 Subject: Move information to setup.py from __pgkinfo__ Move packaging information from setup.py to setup.cfg --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 4a709ce3..4501d9eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,7 @@ license_files = LICENSE classifiers = Development Status :: 6 - Mature + Environment :: Console Intended Audience :: Developers License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2) Operating System :: OS Independent @@ -33,12 +34,17 @@ project_urls = "Mailing list" = mailto:code-quality@python.org [options] +packages = find: install_requires = lazy_object_proxy>=1.4.0 wrapt>=1.11,<1.13 typed-ast>=1.4.0,<1.5;implementation_name=="cpython" and python_version<"3.8" python_requires = ~=3.6 +[options.packages.find] +include = + astroid* + [aliases] test = pytest -- cgit v1.2.1