summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-29 09:32:33 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-29 09:32:33 -0400
commit29d9ebee0154e77e416162061752833410e98cbd (patch)
treef337400e59464152206cf027ceeede0fa8eb14c6
parent04528bdf294e0b9eb4920d4b4a8637b6871b1606 (diff)
downloadpytest-runner-29d9ebee0154e77e416162061752833410e98cbd.tar.gz
Update comment to reflect the Github-backed skeleton model (preferred to the generation library-backed model).
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 99d6c9c..91e4110 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# Generated by jaraco.develop 2.27.1
-# https://pypi.python.org/pypi/jaraco.develop
+
+# Project skeleton maintained at https://github.com/jaraco/skeleton
import io
import sys