Skip to content

Commit

Permalink
Add "setup.py" shim to make GitHub detect this as a Python package
Browse files Browse the repository at this point in the history
Hopefully, this will establish the "Used by" widget.
  • Loading branch information
amotl committed Jan 6, 2021
1 parent 1fde27d commit 9df6d1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python

# This is a shim to hopefully allow GitHub to detect the package.
# The build is done with Poetry.

import setuptools

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

0 comments on commit 9df6d1c

Please sign in to comment.