Python: create PyDoc type docs, fix some inconsistencies in code and update rips module version

This commit is contained in:
Gaute Lindkvist
2019-06-11 15:15:26 +02:00
parent 8f6858932b
commit fe268cd25f
8 changed files with 268 additions and 56 deletions

View File

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