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
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:CMakeLists.txt]
search = project(finance-enums VERSION "{current_version}")
replace = project(finance-enums VERSION "{new_version}")
search = project(cpp-template VERSION "{current_version}")
replace = project(cpp-template VERSION "{new_version}")
6 changes: 2 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ include CMakeLists.txt
# Markdown / Text
include LICENSE
include README.md
include CONTRIBUTING.md

# Project files
include .bumpversion.cfg
include pyproject.toml
include setup.py
include Makefile

# Remove IDE and CI/CD
prune .vscode
Expand All @@ -29,8 +26,10 @@ prune _skbuild
exclude .clang-format

# Remove VCS assets
exclude .bumpversion.cfg
exclude .gitignore
exclude .gitattributes
exclude Makefile

# Patterns to exclude from any directory
global-exclude *~
Expand All @@ -39,4 +38,3 @@ global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints
global-exclude .DS_Store