Skip to content

Commit

Permalink
Chore: Tidy up build environment
Browse files Browse the repository at this point in the history
Signed-off-by: ModeSevenIndustrialSolutions <93649628+ModeSevenIndustrialSolutions@users.noreply.github.com>
  • Loading branch information
ModeSevenIndustrialSolutions committed Sep 20, 2023
1 parent 84ae7f1 commit f918ece
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
name: "🧪 Linting checks"

on: push # yamllint disable-line rule:truthy
# yamllint disable-line rule:truthy
on:
pull_request:
types:
[opened, reopened, edited]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ __pycache__/
.pdm-python
build/
develop-eggs/
dist/.*
dist/**
!app/static/frontend/dist/
downloads/
eggs/
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ dev = [ "nose2" ]

[build-system]
requires = [
"setuptools>=65.7.0",
"setuptools-scm"
# "setuptools>=65.7.0",
# "setuptools-scm",
"pdm-backend"
]
build-backend = "setuptools.build_meta"
# requires = ["pdm-backend"]
# build-backend = "pdm.backend"
# build-backend = "setuptools.build_meta"
build-backend = "pdm.backend"

[tool.pdm.build]
dependencies = { file = [ "requirements-dev.txt" ] }
source-includes = [ "ITR" ]
# source-includes = [ "ITR" ]
run-setuptools = true

[tool.setuptools.dynamic]
Expand Down
1 change: 0 additions & 1 deletion src/ITR

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f918ece

Please sign in to comment.