Skip to content

Commit

Permalink
setup.cfg -
Browse files Browse the repository at this point in the history
  • Loading branch information
Tina-otoge committed Apr 27, 2024
1 parent 7006700 commit 4798afd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 29 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
env:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ inputs.version_name }}
run: |
echo Got env version: $SETUPTOOLS_SCM_PRETEND_VERSION
python -m pip install --upgrade pip
pip install build
python -m build
Expand Down
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
[project]
name = "sssimp"
description = "The Static Site Solution In Modern Python"
readme = "README.md"
dynamic = ["version"]
dependencies = ["jinja2", "markdown", "pymdown-extensions", "pyyaml"]
scripts = { sssimp = "sssimp.__main__:main" }

[build-system]
requires = ["setuptools", "setuptools_scm"]

[tool.black]
line-length = 80

[tool.setuptools_scm]
local_scheme = "no-local-version"
29 changes: 0 additions & 29 deletions setup.cfg

This file was deleted.

0 comments on commit 4798afd

Please sign in to comment.