File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ include LICENSE README.md CHANGELOG.md
2
+ recursive-include tests *.py
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ def setup(app):
62
62
# -- Project information -----------------------------------------------------
63
63
64
64
project = 'Magpylib'
65
- copyright = '2019 , SAL - Silicon Austria Labs'
65
+ copyright = '2021 , SAL - Silicon Austria Labs'
66
66
author = 'Michael Ortner <magpylib@gmail.com>'
67
67
68
68
# The short X.Y version
69
69
version = ''
70
70
# The full version, including alpha/beta/rc tags
71
- release = '3.0.0 '
71
+ release = '3.0.2 '
72
72
73
73
74
74
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 16
16
# $ (packCondaTest) pip install .
17
17
# The library is now in the packCondaTest environment.
18
18
##
19
- _magPyVersion = "3.0.0 "
19
+ _magPyVersion = "3.0.2 "
20
20
21
21
_SphinxVersion = "1.8.2"
22
22
_name = "magpylib"
You can’t perform that action at this time.
0 commit comments