summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-12-20 18:11:27 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-12-20 18:11:27 -0500
commit192dafa3e9943e971a004d404be1b8e0d20691f2 (patch)
tree5a3623f4b92a44d2119d2aeafd35e39a9109bb49 /setup.py
parent939c515f2cc01525cbbd71f26e71d21471abdc93 (diff)
downloadpytest-runner-192dafa3e9943e971a004d404be1b8e0d20691f2.tar.gz
Add documentation on the skeleton. Fixes #5.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 50e9f0c..827e955 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
-# Project skeleton maintained at https://github.com/jaraco/skeleton
-
import setuptools
if __name__ == "__main__":