fix manifest reference
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
graft src/calibreweb
|
graft cps
|
||||||
global-exclude __pycache__
|
global-exclude __pycache__
|
||||||
global-exclude *.pyc
|
global-exclude *.pyc
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
|
"Programming Language :: Python :: 3.14",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
keywords = [
|
keywords = [
|
||||||
@@ -118,12 +119,14 @@ kobo = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
cps = "calibreweb:main"
|
cps = "cps.main:main"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
license-files = ["LICENSE"]
|
license-files = ["LICENSE"]
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.packages.find]
|
||||||
version = {attr = "calibreweb.cps.constants.STABLE_VERSION"}
|
include = ["cps*"]
|
||||||
|
|
||||||
|
[tool.setuptools.dynamic]
|
||||||
|
version = {attr = "cps.constants.STABLE_VERSION"}
|
||||||
|
|||||||
Reference in New Issue
Block a user