Skip to content
Snippets Groups Projects
Commit 3d422ad9 authored by samueltwum1's avatar samueltwum1
Browse files

Use path as name in setup.py

I dont expect the name to affect building the wheel but apparently
using the path as name resolves the current error in building the wheel
parent 80bc324f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ with open("README.md") as readme_file:
readme = readme_file.read()
setup(
name="ska_logging",
name="ska/logging",
description="Square Kilometre Array logging configuration library",
long_description=readme + "\n\n",
author="Anton Joubert",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment