Skip to content

Commit

Permalink
[MAINT] Use dotted package names, again
Browse files Browse the repository at this point in the history
This commit partly reverts ccfa788
which took into account pypa/pip#8645.
  • Loading branch information
Daniel Armbruster committed Nov 16, 2020
1 parent ca0cf6f commit a9d4b89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eidaws.endpoint_proxy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_version(filename):
}

setup(
name="eidaws_endpoint_proxy",
name="eidaws.endpoint_proxy",
version=_VERSION,
author=_AUTHOR,
author_email=_AUTHOR_EMAIL,
Expand Down
2 changes: 1 addition & 1 deletion eidaws.federator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_version(filename):
}

setup(
name="eidaws_federator",
name="eidaws.federator",
version=_VERSION,
author=_AUTHOR,
author_email=_AUTHOR_EMAIL,
Expand Down
2 changes: 1 addition & 1 deletion eidaws.stationlite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_version(filename):
}

setup(
name="eidaws_stationlite",
name="eidaws.stationlite",
version=_VERSION,
author=_AUTHOR,
author_email=_AUTHOR_EMAIL,
Expand Down
2 changes: 1 addition & 1 deletion eidaws.utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_version(filename):
]

setup(
name="eidaws_utils",
name="eidaws.utils",
version=_VERSION,
author=_AUTHOR,
author_email=_AUTHOR_EMAIL,
Expand Down

0 comments on commit a9d4b89

Please sign in to comment.