Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rumen-vasilev committed Dec 13, 2024
1 parent fa5ee4e commit bbd18a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import os
import sys
sys.path.insert(0, os.path.abspath('.'))


# -- Project information -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='qrs-api-client',
version='2.0.0',
packages=find_packages(),
packages=find_packages(exclude=["examples", "docs"]),
url='https://github.com/rumen-vasilev/qrs-api-client',
license='Apache 2.0',
author='Rumen Vasilev',
Expand Down

0 comments on commit bbd18a5

Please sign in to comment.