mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Add a MANIFEST.in and tox.ini file
This commit is contained in:
parent
232f40e119
commit
819744bbcb
3 changed files with 15 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -97,3 +97,7 @@ examples/jupyter/plots
|
|||
*.c
|
||||
*.html
|
||||
*.so
|
||||
|
||||
.cache/
|
||||
.tox/
|
||||
.python-version
|
||||
|
|
|
|||
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
include readme.rst
|
||||
include openmc/data/reconstruct.pyx
|
||||
9
tox.ini
Normal file
9
tox.ini
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[tox]
|
||||
envlist = py{34,36}
|
||||
[testenv]
|
||||
commands = pytest tests/unit_tests
|
||||
deps =
|
||||
pytest
|
||||
numpy
|
||||
cython
|
||||
passenv = OPENMC_CROSS_SECTIONS
|
||||
Loading…
Add table
Add a link
Reference in a new issue