From 2adb019f982847212e24daa10fe760783cc6ed47 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Feb 2021 21:03:49 +0100 Subject: Added tox.ini --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c561729..535977c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,8 @@ author_email = me@cacharle.xyz maintainer = Charles Cabergs maintainer_email = me@cacharle.xyz url = https://github.com/cacharle/minishell_test +project_urls = + Tracker = https://github.com/cacharle/minishell_test/issues classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 -- cgit