* Move files to .github subfolder to reduce repository clutter on GitHub * Remove hello.py * Move API generation code to .github subfolder
@@ -5,7 +5,7 @@ before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --allow-dupe --allow-ssl
-- mkdir -p dist/api/v1/ && python api.py
+- mkdir -p dist/api/v1/ && python .github/api.py
branches:
except:
- gh-pages
@@ -237,7 +237,7 @@ Awesome Wagtail [ first.
+Please read the [contribution guidelines](.github/CONTRIBUTING.md) first.
## License
@@ -1,3 +0,0 @@
-# Gives the GitHub repo a Python flavour
-def hello():
- print("Hello world!")