Skip to content

Commit 01f4cc0

Browse files
authored
Add name to setup.py to enable dependency graph
1 parent c670676 commit 01f4cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
setup(use_scm_version=True)
4+
setup(name='relint', use_scm_version=True)

0 commit comments

Comments
 (0)