Skip to content

Commit 51dceb1

Browse files
committed
Add package name to setup.py to enable GH dependency graph
1 parent bbc0356 commit 51dceb1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bandit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[bandit]
2-
exclude: tests
2+
exclude: /test
3+

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="measurement", use_scm_version=True)

0 commit comments

Comments
 (0)