[x] Update docs, move parts from README to docs, create new .rst files there and group them to chapters in the ´index.rst´ file. See our other packages. When pushing to this repo, the docs should re-build automatically when changed. Also check the content (there are a few mistakes in the installation guide, basically try yourself what users would do).
[x] Make sure coveralls works (see #1 )
[x] Create a new release on github (named v0.1), then checkout that tag locally and run "python setup.py sdist" to compile the first version of the package locally (for future releases this is done by travis). Then use twine to push the compiled tar.gz package to pypi. Then get the token for the new flagit projekt in pypi and add it to travis so that future releases can be uploaded directly.
[x] Check if installation with pip works as expected
v0.1
), then checkout that tag locally and run "python setup.py sdist" to compile the first version of the package locally (for future releases this is done by travis). Then use twine to push the compiledtar.gz
package to pypi. Then get the token for the new flagit projekt in pypi and add it to travis so that future releases can be uploaded directly.