Browse Source

package description fix

test_fixup
Vadim Lebedev 2 years ago
parent
commit
d6b55c7aaf
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      Makefile
  2. +1
    -1
      setup.py

+ 3
- 0
Makefile View File

@@ -11,6 +11,9 @@ verify:
install: install:
python setup.py install python setup.py install


wheel:
pip wheel --wheel-dir dist/ .

publish: publish:
python setup.py register python setup.py register
python setup.py sdist upload python setup.py sdist upload


+ 1
- 1
setup.py View File

@@ -93,7 +93,7 @@ __libarchive = Extension(name='libarchive.__libarchive',
setup(name = name, setup(name = name,
version = versrel, version = versrel,
description = 'A libarchive wrapper for Python.',
description = 'A libarchive wrapper for Python supporting password protection.',
long_description = long_description, long_description = long_description,
license = 'BSD-style license', license = 'BSD-style license',
platforms = ['any'], platforms = ['any'],


Loading…
Cancel
Save