- Documentation

- docstring fixes
- removed doc and docs subdirectory, since documentation is in docs
  branch
This commit is contained in:
Georg Richter
2022-04-11 08:03:20 +02:00
parent 48aea2f27c
commit 1aa2bbef08
90 changed files with 46 additions and 36853 deletions

View File

@ -97,7 +97,7 @@ setup(name='mariadb',
)],
py_modules=['mariadb.__init__', 'mariadb.constants.CLIENT', 'mariadb.constants.CURSOR',
'mariadb.constants.STATUS', 'mariadb.constants.TPC_STATE', 'mariadb.constants.INFO',
'mariadb.field', 'mariadb.dbapi20', 'mariadb.connections', 'mariadb.connectionpool',
'mariadb.field', 'mariadb.connections', 'mariadb.connectionpool', 'mariadb.dbapi20',
'mariadb.cursors', 'mariadb.release_info',
'mariadb.constants.FIELD_TYPE', 'mariadb.constants.FIELD_FLAG', 'mariadb.constants.INDICATOR'],
)