refactored
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "jay-diff"
|
||||
version = "0.1.0"
|
||||
description = "Lightweight JSON diff / patch library"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["jay_diff*"]
|
||||
Reference in New Issue
Block a user