Skip to content

Commit dd93878

Browse files
committed
Updating names in pyproject
1 parent 7d5d29e commit dd93878

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

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

55
[project]
6-
name = "anms-CAmp"
6+
name = "dtnma-camp"
77
version = "2.0.0"
88
authors = [
99
{ name="JHU/APL", email="[email protected]" },
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121

2222
dependencies = [
23-
"anms-ace",
23+
"dtnma-ace",
2424
"cbor2",
2525
"configobj",
2626
"xdg",
@@ -63,5 +63,5 @@ max-line-length=100
6363
camp = "camp.tools.camp:main"
6464

6565
[project.urls]
66-
"Homepage" = "https://github.com/NASA-AMMOS/anms-camp"
67-
"Bug Tracker" = "https://github.com/NASA-AMMOS/anms-camp/issues"
66+
"Homepage" = "https://github.com/JHUAPL/dtnma-camp"
67+
"Bug Tracker" = "https://github.com/JHUAPL/dtnma-camp/issues"

0 commit comments

Comments
 (0)