-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename project from
python-hugo
to hugo
Closes #20
- Loading branch information
Showing
9 changed files
with
59 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,7 +174,7 @@ go.work | |
.DS_Store | ||
|
||
# Binaries | ||
python_hugo/binaries/* | ||
hugo/binaries/* | ||
|
||
# ruff cache | ||
.ruff_cache/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
include licenses/LICENSE-hugo.txt | ||
include python_hugo/binaries/* | ||
exclude python_hugo/binaries/hugo-* | ||
include hugo/binaries/* | ||
exclude hugo/binaries/hugo-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "pooch", "tqdm", "wheel==0.42.0"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "python-hugo" | ||
name = "hugo" | ||
authors = [ | ||
{ name = "Agriya Khetarpal", email = "[email protected]" }, | ||
] | ||
|
@@ -12,10 +12,9 @@ maintainers = [ | |
] | ||
description = "Binaries for the Hugo static site generator, installable with pip" | ||
readme = "README.md" | ||
version = "24.1.1" | ||
license = {text = "Apache License v2.0"} | ||
requires-python = ">=3.8,<3.13" | ||
dynamic = ["scripts"] | ||
dynamic = ["scripts", "version"] | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Intended Audience :: Developers", | ||
|
@@ -45,7 +44,7 @@ Issues = "https://github.com/agriyakhetarpal/hugo-python-distributions/issues" | |
Changelog = "https://github.com/agriyakhetarpal/hugo-python-distributions/releases" | ||
|
||
[tool.ruff] | ||
src = ["python_hugo"] | ||
src = ["hugo"] | ||
extend-select = [ | ||
"B", # flake8-bugbear | ||
"I", # isort | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters