Skip to content

Commit

Permalink
Oops, add reflink to deps
Browse files Browse the repository at this point in the history
- Yeah, forgot to mention, we now use reflink if it's supported
	to copy things to build dir
  • Loading branch information
maybeetree committed Feb 3, 2025
1 parent 2b80eae commit dc1a57c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "raidoc"
version = "1.2.0.0"
version = "1.2.0.1"
description = "Documentation for RAIMAD"
authors = [
{name = "maybetree", email = "[email protected]"}
Expand All @@ -22,6 +22,7 @@ dependencies = [
'python-frontmatter',
'addict',
'ansi2html',
'reflink'
]

#[tool.setuptools.packages.find]
Expand Down

0 comments on commit dc1a57c

Please sign in to comment.