Skip to content

Commit

Permalink
Update package name (#325)
Browse files Browse the repository at this point in the history
* Move metadata into setup.cfg

* Update package name in setup.cfg

* Update conf.py
  • Loading branch information
scasagrande committed Jan 27, 2022
1 parent 5490969 commit 97c528a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -56,7 +56,7 @@
# built documents.
#
# The full release version
release = version("instruments")
release = version("instrumentkit")
# The short X.Y version
version = ".".join(release.split(".")[:2])

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[metadata]
name = instruments
name = instrumentkit
version = attr: instruments._version.version
description = Test and measurement communication library
author = Steven Casagrande
Expand Down

0 comments on commit 97c528a

Please sign in to comment.