Skip to content

Commit

Permalink
Merge pull request #33 from perturbo-code/setup_tests
Browse files Browse the repository at this point in the history
Make perturbopy compatible with pytest7.4
  • Loading branch information
imaliyov authored Aug 27, 2023
2 parents 894628b + 0d7d2d8 commit b40141b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include src/perturbopy *.cfg

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name='perturbopy',
version='0.1.0',
python_requires='>=3.7.12',
include_package_data=True,
install_requires=[
'numpy>=1.21.4',
'pytest',
Expand Down
1 change: 1 addition & 0 deletions src/perturbopy/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[tool:pytest]

0 comments on commit b40141b

Please sign in to comment.