File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11include README.rst LICENSE environment.yml requirements.txt
2- recursive-include netneurotools data/*
3-
2+ recursive-include netneurotools/data *
43include versioneer.py
Original file line number Diff line number Diff line change 5959
6060[options.package_data]
6161netneurotools =
62- netneurotools/ data/*
62+ data/*
6363
6464[bdist_wheel]
6565universal =1
Original file line number Diff line number Diff line change 1414 false
1515fi
1616
17+ python -c ' import netneurotools; print(netneurotools.__version__)'
18+
1719pip install " netneurotools[$CHECK_TYPE ]"
1820
1921echo " Done installing netneurotools"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ elif [ "$CHECK_TYPE" == "test" ]; then
1313 mkdir for_testing
1414 cd for_testing
1515 cp ../setup.cfg .
16- pytest --doctest-modules --cov netneurotools--cov-report xml \
16+ pytest --doctest-modules --cov netneurotools --cov-report xml \
1717 --junitxml=test-results.xml -v --pyargs netneurotools
1818else
1919 false
You can’t perform that action at this time.
0 commit comments