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