diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2085d18 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Python Glasgow + +This is the code for [pythonglasgow.org](https://pythonglasgow.org) + +The group can also be found at [meetup.com/python-glasgow](https://meetup.com/python-glasgow) \ No newline at end of file diff --git a/README.rst b/README.rst deleted file mode 100644 index 46e6a27..0000000 --- a/README.rst +++ /dev/null @@ -1,6 +0,0 @@ -Python Glasgow -============== - -This is the code for www.pythonglasgow.org - -The group can also be found at https://www.meetup.com/python-glasgow/ \ No newline at end of file