1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-21 23:55:17 -05:00

Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
1e816e514d
Merge ee0c546231 into 4b26e2b7f7 2024-07-26 16:11:55 +00:00
4b26e2b7f7 update to pyproject 2024-07-26 12:11:33 -04:00

View File

@ -150,6 +150,7 @@ aprsd = "aprsd.main:main"
# installed, specify them here. # installed, specify them here.
py-modules = ["aprsd"] py-modules = ["aprsd"]
package-data = {"sample" = ["*.dat"]} package-data = {"sample" = ["*.dat"]}
packages = ["aprsd"]
[build-system] [build-system]
requires = [ requires = [