Skip to content
Snippets Groups Projects
Commit 3a766569 authored by juga's avatar juga
Browse files

Move examples to docs/

and do not include them as data files in python packages,
since system packages will then include them in /usr
parent 3d9f5ad0
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -27,7 +27,7 @@ The user example config file provided by ``sbws`` might look like this.
.. _init-config:
.. literalinclude:: config.example.ini
.. literalinclude:: examples/config.example.ini
:caption: Example config.example.ini
**No other configuration files are read.**
......
......@@ -28,7 +28,7 @@ def get_package_data():
def get_data_files():
return [('examples', [os.path.join('examples', 'config.example.ini')])]
pass
def find_version():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment