Skip to content

Commit

Permalink
Add use_scm_version=True to setup.cfg
Browse files Browse the repository at this point in the history
Pin mypy to github version until fix for python 3.10.7 is released.
python/mypy#13500
  • Loading branch information
davidt0x committed Sep 19, 2022
1 parent 259f607 commit a242774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ requirements:
- scipy!=1.0.0
- cython
- numpy
- setuptools_scm

run:
- python
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ install_requires =
python_requires = >=3.5
include_package_data = True
zip_safe = False
use_scm_version=True

[options.packages.find]
where = .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def finalize_options(self):
"inflect",
"ipython",
"jupyter",
"mypy",
"git+https://github.com/python/mypy.git",
"nibabel",
"nilearn",
"nodejs",
Expand Down

0 comments on commit a242774

Please sign in to comment.