Browse code

moved to src directory structure

This avoids problems with testing against the wrong package version

Joseph Weston authored on 30/11/2019 18:31:57
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,3 +0,0 @@
1
-"""Quantum measurements"""
2
-
3
-__all__ = []  # type: ignore
Browse code

Add mypy configuration

Joseph Weston authored on 09/11/2019 16:36:39
Showing 1 changed files
... ...
@@ -1,3 +1,3 @@
1 1
 """Quantum measurements"""
2 2
 
3
-__all__ = []
3
+__all__ = []  # type: ignore
Browse code

Add bare package and pyproject.toml

Joseph Weston authored on 09/11/2019 00:46:10
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+"""Quantum measurements"""
2
+
3
+__all__ = []