mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS - Convert to USE_PYTHON=pytest Changes: https://github.com/RazerM/represent/releases https://github.com/RazerM/represent/blob/master/CHANGELOG.md
11 lines
321 B
TOML
11 lines
321 B
TOML
--- pyproject.toml.orig 2024-01-23 17:54:01 UTC
|
|
+++ pyproject.toml
|
|
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
-name = "Represent"
|
|
+name = "represent"
|
|
version = "2.1"
|
|
description = "Create __repr__ automatically or declaratively."
|
|
readme = "README.md"
|