Skip to content

Commit

Permalink
fix build versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
DimmaDont committed Jan 11, 2025
1 parent 3f99e3c commit 02da1fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This Python library encrypts/decrypts [`sindresorhus/conf`](https://github.com/sindresorhus/conf) and [`sindresorhus/electron-store`](https://github.com/sindresorhus/electron-store) files.

## Installation
```bash
pip install git+https://github.com/DimmaDont/py-crypt-sindresorhus-conf@1.0.1
```

## Usage example
```python
import json
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ dependencies = [
]

[build-system]
requires = ["setuptools"]
requires = ["setuptools>=64", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit 02da1fc

Please sign in to comment.