Commit graph

23 commits

Author SHA1 Message Date
David Lord
0fa6b55517 rename default branch in files 2021-05-11 15:18:41 -07:00
David Lord
bf473c8e3b update project links 2021-02-24 10:09:15 -08:00
Grey Li
2751a41ae2 Update the example in README 2021-01-06 23:31:22 +08:00
Grey Li
ee1df9803e Update Discord invite links 2020-07-21 12:11:17 +08:00
David Lord
4086e82b37 release version 1.1.1 2019-07-08 10:58:12 -07:00
David Lord
7b4f294465 Merge branch '1.0.x' 2019-07-01 09:52:06 -07:00
David Lord
f309813e9a fix tests link 2019-07-01 09:49:40 -07:00
David Lord
ff0c92a1c7 Merge branch '1.0.x' 2019-06-23 16:57:52 -07:00
David Lord
e861ae276b standardize project metadata 2019-06-22 13:10:50 -07:00
David Lord
a6142060f0 Merge branch '1.0.x' 2019-05-16 17:37:05 -07:00
David Lord
6a8c1eeb6c azure pipelines ci on 1.0.x branch 2019-05-16 14:32:21 -07:00
David Lord
316caad5db Merge branch '1.0.x' 2019-05-16 12:18:36 -07:00
Matt Cooper
6afd25b874 add Azure Pipelines to readme 2019-05-16 12:07:43 -07:00
Peter Landoll
105cc0ae94 Add link to official Discord chat server 2019-05-06 09:39:25 -04:00
Justin W. Flory
08be12fd71 Make explicit call-out to contributing guidelines in README 2018-07-11 09:38:17 -05:00
Radovan Bast
ad4ec94b0c set FLASK_APP via env for portability across shells
this does not work on fish (https://fishshell.com):
$ FLASK_APP=hello.py flask run

while this works (hopefully) on any shell:
$ env FLASK_APP=hello.py flask run
2018-05-24 14:57:11 +02:00
David Lord
e02118dbc9 add donate link 2018-04-26 07:44:59 -07:00
David Lord
a893858f30 use name of license 2018-04-23 09:04:05 -07:00
Filipe Filardi
908a1a2bbf Add LICENSE in README 2018-04-23 09:00:41 -07:00
Hsiaoming Yang
010bf01a51 Fix logs for simple example on readme 2018-03-22 23:44:36 +09:00
David Lord
307848a4f8 Update README.rst 2018-03-06 07:36:58 -08:00
Grey Li
1039ba5d5b Add documentation link in README 2018-03-06 07:50:46 +08:00
David Lord
ef3226e53b update project metadata
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
2018-02-08 12:43:22 -08:00