5 Commits

Author SHA1 Message Date
32ce113608 Migrate to pyproject.toml with setuptools_scm
Replace custom version management with setuptools_scm to eliminate
source file modifications during installation. Version is now derived
from git tags at build time without writing to tracked files.

Changes:
- Add pyproject.toml with full project metadata
- Simplify setup.py to minimal backwards-compatible shim
- Remove curateipsum/_version.py from version control
- Add _version.py to .gitignore (auto-generated at build time)
- Use PEP 440 compliant version strings

Fixes #18
2026-02-03 21:27:49 -08:00
84546243cb Add setup.py 2021-11-13 07:39:23 +03:00
ce32dd7317 Create per-module loggers 2021-05-28 00:41:32 +03:00
a1e4f00a3b add .idea to .gitignore 2019-01-16 22:32:20 +03:00
8590ad6a93 Initial commit 2019-01-10 22:46:08 +03:00