瀏覽代碼

Add Linux classifier

The WARC writing is only tested and known safe on Linux and relies on its behaviour of flock(2) and files opened in append mode (writes always append regardless of the stream position).
master
JustAnotherArchivist 3 年之前
父節點
當前提交
cbcef2f173
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py 查看文件

@@ -11,6 +11,7 @@ setuptools.setup(
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Operating System :: POSIX :: Linux',
],
packages = ['qwarc'],
setup_requires = ['setuptools_scm'],


Loading…
取消
儲存