diff options
| author | 2019-10-11 17:20:30 +0100 | |
|---|---|---|
| committer | 2019-10-11 17:20:30 +0100 | |
| commit | 54b87c74a86b43b8284cfc80855d07e1978e8c2f (patch) | |
| tree | b958ae9a4fcfc11623e45a5077856524d44825ed | |
| parent | update CHANGELOG.md (diff) | |
| signature | ||
add `platform` to setup.py (linux only)
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", ) |
