add: 'prelude' function
This commit is contained in:
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "common"
|
||||
description = "Reusable code stubs"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
requires-python = ">=3.13"
|
||||
authors = [
|
||||
{ name="BreakerBear", email="breakerbear@autistic.men" },
|
||||
@@ -22,6 +22,5 @@ Issues = "https://git.autistic.men/Utilities/common/issues"
|
||||
[tool.setuptools]
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
namespaces = true
|
||||
where = ["src"]
|
||||
[tools.setuptools.package-data]
|
||||
"common.jsonrpc2" = ["*.js"]
|
||||
|
||||
Reference in New Issue
Block a user