Skip to content

Commit 6a1e9e8

Browse files
committed
removed file
1 parent 616865b commit 6a1e9e8

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ include python_hackrf/pylibhackrf/chackrf.pxd
22
include python_hackrf/pylibhackrf/pyhackrf.pyi
33
include python_hackrf/pylibhackrf/pyhackrf.pyx
44
include python_hackrf/pylibhackrf/pyhackrf.pxd
5-
include python_hackrf_bootstrap.pth
65
include pyproject.toml
76
include README.md

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python_hackrf"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
authors = [
55
{name="Leonid Gvozdev", email="[email protected]"},
66
]
@@ -34,6 +34,3 @@ requires = [
3434

3535
[project.scripts]
3636
python_hackrf= "python_hackrf.__main__:main"
37-
38-
[tool.setuptools]
39-
data-files = {"site-packages" = ["python_hackrf_bootstrap.pth"]}

python_hackrf_bootstrap.pth

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)