From 59d9fbdb564ab37e1345a497f29c8358bd724522 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 14 Aug 2020 15:03:14 -0600 Subject: [PATCH] Added a random comment --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a7caac..02d5d70 100644 --- a/setup.py +++ b/setup.py @@ -13,4 +13,7 @@ install_requires=[ "lxml >= 3.0.1", ], - ) \ No newline at end of file + ) + +#This is a comment that I am adding so I can test version control. If this gets uploaded via a pull +#request, please feel free to deny it. \ No newline at end of file