We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e86d6 commit 06ae7faCopy full SHA for 06ae7fa
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python_hackrf"
3
-version = "1.0.3"
+version = "1.0.4"
4
authors = [
5
{name="Leonid Gvozdev", email="[email protected]"},
6
]
@@ -17,4 +17,11 @@ classifiers = [
17
18
[project.urls]
19
"Homepage" = "https://github.com/GvozdevLeonid/python_hackrf"
20
-"Bug Tracker" = "https://github.com/GvozdevLeonid/python_hackrf/issues"
+"Bug Tracker" = "https://github.com/GvozdevLeonid/python_hackrf/issues"
21
+
22
+[build-system]
23
+requires = [
24
+ "setuptools",
25
+ "wheel",
26
+ "numpy"
27
+]
0 commit comments