Bump to the next version and pin python-magic
This commit is contained in:
parent
8829a84b65
commit
d5606e5325
10
setup.py
10
setup.py
@ -3,7 +3,7 @@ from setuptools import find_packages, setup
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
# pinned because https://github.com/python-pillow/Pillow/issues/2609
|
# pinned because https://github.com/python-pillow/Pillow/issues/2609
|
||||||
'pillow==4.1',
|
'pillow==4.1',
|
||||||
'python-magic',
|
'python-magic==0.4.15',
|
||||||
]
|
]
|
||||||
|
|
||||||
with open('README.md', 'r') as handle:
|
with open('README.md', 'r') as handle:
|
||||||
@ -11,12 +11,12 @@ with open('README.md', 'r') as handle:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='distribusi',
|
name='distribusi',
|
||||||
version='0.0.3',
|
version='0.0.4',
|
||||||
url='https://git.vvvvvvaria.org/rra/distribusi',
|
url='https://git.vvvvvvaria.org/varia/distribusi',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
author='rra',
|
author='Varia',
|
||||||
description=(
|
description=(
|
||||||
'distribusi is a content management system for '
|
'Distribusi is a content management system for '
|
||||||
'the web that produces static pages based on '
|
'the web that produces static pages based on '
|
||||||
'the file system.'
|
'the file system.'
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user