Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
This will install the needed dependencies before running setup.py.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Feb 19, 2021
1 parent 1a9e0cd commit a4e4cf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "scikit-build"]
requires = ["setuptools", "wheel", "scikit-build", "setuptools_scm[toml]"]
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def extra_cmake_args():
setup(
name='stempy',
use_scm_version=True,
setup_requires=['setuptools_scm'],
description='A package for the ingestion of 4D STEM data.',
long_description='A package for the ingestion of 4D STEM data.',
url='https://github.com/OpenChemistry/stempy',
Expand Down

0 comments on commit a4e4cf1

Please sign in to comment.