Skip to content

Commit dab5092

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update setup.py
1 parent 6d557ca commit dab5092

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
pymodule['authoremail'] = 'kazuki.przyborowski@gmail.com'
7171
pymodule['maintainer'] = 'Kazuki Przyborowski'
7272
pymodule['maintaineremail'] = 'kazuki.przyborowski@gmail.com'
73-
pymodule['description'] = 'A tar like file format name archivefile after unix cat command (concatenate files) .'
73+
pymodule['description'] = 'A tar like file format name archivefile.'
7474
pymodule['license'] = 'Revised BSD License'
75-
pymodule['keywords'] = 'cat archivefile cat-archive archivefile-archive pyarchivefile python python-archivefile neko nekofile neko-archive nekofile-archive pynekofile python python-nekofile compression tarball gzip tar bzip2 tar-archive lzma xz gz lzma2 xz2 tarlike tarlite hairball'
75+
pymodule['keywords'] = 'archivefile archive archivefile-archive pyarchivefile python python-archivefile neko nekofile neko-archive nekofile-archive pynekofile python python-nekofile compression tarball gzip tar bzip2 tar-archive lzma xz gz lzma2 xz2 tarlike tarlite'
7676
pymodule['url'] = 'https://github.com/GameMaker2k/PyArchiveFile'
7777
pymodule['downloadurl'] = 'https://github.com/GameMaker2k/PyArchiveFile/archive/master.tar.gz'
7878
pymodule[
79-
'longdescription'] = 'A tar like file format name archivefile after unix cat command (concatenate files) .'
79+
'longdescription'] = 'A tar like file format name archivefile.'
8080
pymodule['platforms'] = 'OS Independent'
8181
pymodule['zipsafe'] = True
8282
pymodule['pymodules'] = ['pyarchivefile']

0 commit comments

Comments
 (0)