Skip to content

Commit 20890a2

Browse files
authored
Merge pull request #20 from tangkong/bld_pypi_dist_name
BLD: change the distribution name to pyca_epics, to avoid conflicts on PyPi
2 parents 395124d + d01b885 commit 20890a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ classifiers = [ "Development Status :: 2 - Pre-Alpha", "Natural Language :: Engl
77
description = "python channel access library"
88
dynamic = [ "version", "readme", "dependencies", "optional-dependencies",]
99
keywords = []
10-
name = "pyca"
10+
name = "pyca_epics"
1111
requires-python = ">=3.9"
1212
[[project.authors]]
1313
name = "SLAC National Accelerator Laboratory"

0 commit comments

Comments
 (0)