Skip to content

Commit

Permalink
Re-add setup.py stub
Browse files Browse the repository at this point in the history
  • Loading branch information
scasagrande committed Jan 25, 2022
1 parent 953b949 commit 481869c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
@@ -0,0 +1,6 @@
#!/usr/bin/env python

import setuptools

if __name__ == "__main__":
setuptools.setup()

0 comments on commit 481869c

Please sign in to comment.