Skip to content

Commit

Permalink
needs a setup.py so that readthedocs.io can successfully build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Ferreira committed Nov 17, 2021
1 parent a929c0a commit 6fb7b7d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions setup.py
@@ -0,0 +1,15 @@
#!/usr/bin/env python


### needs a setup.py so that readthedocs.io can successfully build
##
# tip from https://github.com/readthedocs/readthedocs.org/issues/7030#issuecomment-624669745
#
# [...] And Brett Cannon (a Python core developer) gives the minimum setup.py file:
#


import setuptools

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

0 comments on commit 6fb7b7d

Please sign in to comment.