We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383fe33 commit 5b77ad6Copy full SHA for 5b77ad6
1 file changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = picchick
3
-version = 0.3.0
+version = 0.3.1
4
author = Rex McKinnon
5
author_email = 0xff@rexploits.com
6
description = A utility for programming PIC microntronllers.
@@ -13,7 +13,9 @@ classifiers =
13
License :: OSI Approved :: University of Illinois/NCSA Open Source License
14
15
[options]
16
-packages = picchick
+packages =
17
+ picchick
18
+ picchick.programmer
19
python_requires = >=3.10
20
install_requires =
21
pyserial
0 commit comments