add platform
to setup.py (linux only)
This commit is contained in:
parent
c250eeb7a9
commit
54b87c74a8
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -24,5 +24,6 @@ setuptools.setup(
|
|||
"Operating System :: POSIX",
|
||||
"Topic :: Communications :: Chat :: Internet Relay Chat",
|
||||
],
|
||||
python_requires='>=3.6',
|
||||
platforms=["linux"],
|
||||
python_requires=">=3.6",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue