Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69e9fe1

Browse files
1 parent d599faf commit 69e9fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
],
7272
platforms="Posix; MacOS X; Windows",
7373
packages=packages,
74-
python_requires=">=3.6",
74+
python_requires=">=3.6",
7575
namespace_packages=namespaces,
7676
install_requires=dependencies,
7777
include_package_data=True,
7878
zip_safe=False,
79-
)
79+
)

0 commit comments

Comments
 (0)