Skip to content

Commit a1d642f

Browse files
committed
rename to pvarch
1 parent 9170c1e commit a1d642f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "epicsarchiver"
6+
name = "pvarch"
77
dynamic = ["version"]
88
dependencies = [
99
"pyepics>=3.5.0",
@@ -39,21 +39,21 @@ classifiers = [
3939
]
4040

4141
[project.scripts]
42-
pvarch = "epicsarchiver:pvarch_main"
42+
pvarch = "pvarch:pvarch_main"
4343

4444
[project.urls]
45-
Homepage = "https://github.com/pyepics/epicsarchiver/"
46-
Documentation = "https://github.com/pyepics/epicsarchiver/"
45+
Homepage = "https://github.com/pyepics/pvarch/"
46+
Documentation = "https://github.com/pyepics/pvarch/"
4747

4848
[project.optional-dependencies]
4949
dev = [ "build", "twine"]
5050
web = ["flask"]
51-
all = ["epicsarchiver[dev, web]"]
51+
all = ["pvarch[dev, web]"]
5252

5353
[tool.setuptools.packages.find]
54-
include = ["epicsarchiver"]
54+
include = ["pvarch"]
5555

5656
[tool.setuptools_scm]
57-
write_to = "epicsarchiver/version.py"
57+
write_to = "pvarch/version.py"
5858
version_scheme = "post-release"
5959

0 commit comments

Comments
 (0)