Skip to content

Commit

Permalink
using automatic package discovery in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-pGuo committed Nov 25, 2024
1 parent f3f02be commit 9a2b2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def run(self):
setup(
name='rs232-to-pdu',
version='1.1.5',
author='InkBridge Networks',

packages=['rs232_to_pdu'],
package_dir={'': 'src'},
package_data={'': ['*.*']},
include_package_data=True,
Expand Down

0 comments on commit 9a2b2ee

Please sign in to comment.