Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Create ROOT example plot using C++
run: |
export ROOT_INCLUDE_PATH=$GITHUB_WORKSPACE/src/root/cpp/include:${ROOT_INCLUDE_PATH}
export ROOT_INCLUDE_PATH=$GITHUB_WORKSPACE/src/dunestyle/data:${ROOT_INCLUDE_PATH}
cd $GITHUB_WORKSPACE/examples/root/cpp
root -b -q example.C

Expand Down
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Ignoring plot results
*.pdf
*.png
!examples/images/*.png

# Distribution / packaging
build/
*.egg-info/


8 changes: 1 addition & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ operating system :: OS Independent
python_requires = >=3.9
install_requires =
package_dir=
dunestyle = src
dunestyle.matplotlib = src/matplotlib/python
dunestyle.root = src/root/python
dunestyle.data = src/root/cpp/include
dunestyle.stylelib = src/matplotlib/stylelib
= src
packages =
dunestyle
dunestyle.matplotlib
dunestyle.root
dunestyle.data
dunestyle.stylelib

Expand Down
9 changes: 0 additions & 9 deletions src/__init__.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
except:
pass

from .dunestyle import *
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
1 change: 0 additions & 1 deletion src/root/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion src/root/python/__init__.py

This file was deleted.

Loading