Python: fix up some examples

This commit is contained in:
Gaute Lindkvist
2019-06-14 16:07:09 +02:00
parent 6701e13664
commit 055cb732db
12 changed files with 148 additions and 49 deletions

View File

@@ -6,7 +6,7 @@ with open('README.md') as f:
with open('LICENSE') as f:
license = f.read()
RIPS_DIST_VERSION = '8'
RIPS_DIST_VERSION = '9'
setup(
name='rips',