소스 검색

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'],


불러오는 중...
취소
저장