Skip to content

Commit

Permalink
Update setup.py so that GitHub dependency graph works properly #630
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored and mergify[bot] committed Jul 15, 2021
1 parent 49eb404 commit 54e967d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/env python
from setuptools import setup

setup(use_scm_version=True)
setup(
# The package name along with all the other metadata is specified in setup.cfg
# However, GitHub's dependency graph can't see the package unless we put this here.
name="sgkit",
use_scm_version=True,
)

0 comments on commit 54e967d

Please sign in to comment.