We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f79692 + 3f8bd96 commit ed405c7Copy full SHA for ed405c7
1 file changed
setup.py
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env python
2
+
3
+from setuptools import setup
4
5
+setup(name='Git-Coverage',
6
+ version='1.0',
7
+ requires=['coverage'],
8
+ scripts=['git-coverage']
9
+ )
0 commit comments