Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/nightly_scan.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Failing action: https://github.com/ansys/pydynamicreporting/actions/runs/17598170413
name: Security Scan

on:
Expand All @@ -9,6 +10,7 @@ on:

jobs:
security_scan:
if: false
uses: ansys-internal/ci-templates/.github/workflows/security-scan-mend.yml@v7
with:
package_type: 'poetry+npm'
Expand Down
30 changes: 30 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
graft src
graft codegen
include AUTHORS
include CHANGELOG.rst
include CONTRIBUTING.rst
include CONTRIBUTORS.md
include LICENSE
include pyproject.toml
include README.rst
include setup.py

prune .ci
prune .github
prune .venv
prune default_templates
prune doc
prune tests
prune *.egg-info

exclude .flake8
exclude .gitignore
exclude .pre-commit-config.yaml
exclude codecov.yml
exclude Makefile
exclude test_cleanup.py
exclude uv.lock
exclude PKG-INFO

global-exclude *.py[cod]
global-exclude __pycache__/**
Loading
Loading