Added OS restriction (linux).

This commit is contained in:
jupfi 2024-04-23 17:55:00 +02:00
parent 2af14f0272
commit c0299e9232

View file

@ -11,6 +11,7 @@ classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
]
dependencies = [
"h5py",