Skip to content

Commit 5939f88

Browse files
author
A.Shpak
committed
fix winregistry version in setup.py file
1 parent f590557 commit 5939f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author=__author__,
1515
author_email='[email protected]',
1616
license='MIT',
17-
install_requires=['winregistry>=2.01; sys_platform == "win32"'],
17+
install_requires=['winregistry>=2.0.1,<3.0.0; sys_platform == "win32"'],
1818
packages=['machineid'],
1919
package_data={
2020
'machineid': ['py.typed'],

0 commit comments

Comments
 (0)