Skip to content

Commit

Permalink
rename package name
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Nov 15, 2021
1 parent a9311b5 commit 82997c5
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 @@ -5,7 +5,7 @@
# with open('requirements.txt', 'r') as f:
# requirements = f.read().splitlines()
setup(
name="zero_hid", # How you named your package folder
name="zero-hid", # How you named your package folder
packages=['zero_hid', 'zero_hid.hid'], # Chose the same as "name"
include_package_data=True,
version="v0.1.3", # Start with a small number and increase it with every change you make
Expand Down

0 comments on commit 82997c5

Please sign in to comment.