Skip to content

Commit 4c3d23a

Browse files
authored
chore: add windows to platforms in setup.py (#92)
1 parent 7a81235 commit 4c3d23a

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
@@ -63,7 +63,7 @@
6363
"Programming Language :: Python :: 3.6",
6464
"Programming Language :: Python :: 3.7",
6565
],
66-
platforms="Posix; MacOS X",
66+
platforms="Posix; MacOS X; Windows",
6767
packages=packages,
6868
namespace_packages=namespaces,
6969
install_requires=core_dependencies,
@@ -75,4 +75,4 @@
7575
python_requires=">=3.6",
7676
include_package_data=True,
7777
zip_safe=False,
78-
)
78+
)

0 commit comments

Comments
 (0)