summaryrefslogtreecommitdiff
path: root/_pytest/__init__.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-07-25 10:44:18 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-07-25 10:44:18 +0200
commita060b8ff738c08b837c89d87eae8a6bba54cf357 (patch)
tree988bb2d4174af4c802855b786d472932a614ef51 /_pytest/__init__.py
parentae28e4ba0fe9771d4dfd4ec268252db869f58469 (diff)
downloadpytest-a060b8ff738c08b837c89d87eae8a6bba54cf357.tar.gz
use setuptools_scm to determine the version
Diffstat (limited to '_pytest/__init__.py')
-rw-r--r--_pytest/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/_pytest/__init__.py b/_pytest/__init__.py
deleted file mode 100644
index 5b3715e54..000000000
--- a/_pytest/__init__.py
+++ /dev/null
@@ -1,2 +0,0 @@
-#
-__version__ = '2.8.0.dev4'