From 7081b93b8ed4f98c628400e05d22d0523f41a842 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 27 Feb 2021 12:24:37 +0100 Subject: Fixing #16 - Adding support for custom config file in user directory --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 9eea9b7..b31ad20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,9 @@ classifiers = packages = find: python_requires = >=3.6 +[options.package_data] +c_formatter_42/data = * + [options.entry_points] console_scripts = minishell_test = minishell_test.__main__:main -- cgit