Skip to content

Commit 5b77ad6

Browse files
committed
Release Version 0.3.1: Fixed a bug in the package setup.cfg causing picchick to fail to run
1 parent 383fe33 commit 5b77ad6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = picchick
3-
version = 0.3.0
3+
version = 0.3.1
44
author = Rex McKinnon
55
author_email = 0xff@rexploits.com
66
description = A utility for programming PIC microntronllers.
@@ -13,7 +13,9 @@ classifiers =
1313
License :: OSI Approved :: University of Illinois/NCSA Open Source License
1414

1515
[options]
16-
packages = picchick
16+
packages =
17+
picchick
18+
picchick.programmer
1719
python_requires = >=3.10
1820
install_requires =
1921
pyserial

0 commit comments

Comments
 (0)