Skip to content

Commit 1bdc5c1

Browse files
Additional minor updates in preparation for GitHub Action push
1 parent 9fbda99 commit 1bdc5c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ sphinx-rtd-theme = "*" # Additional Sphinx logic for building with stan
4343
# Project pypi dependencies.
4444
flit = "*" # Simple way to build and put Python packages on PyPI.
4545
twine = "*" # For pushing/publishing packages.
46+
tox = "*" # For automated testing after pushing.
4647

4748

4849
###

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build properties for deployment.
22
[build-system]
3-
requires = ['setuptools>=40.8.0', 'wheel']
4-
build-backend = 'setuptools.build_meta:__legacy__'
3+
requires = ["flit_core >=3.2,<4"]
4+
build-backend = "flit_core.buildapi"
55

66

77
# region Core Project Settings and Metadata

0 commit comments

Comments
 (0)