Merge branch 'master' of https://git.vvvvvvaria.org/varia/distribusi
This commit is contained in:
commit
89067b48f7
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
The changelog was only added at version 0.0.4.
|
The changelog was only added at version 0.0.4.
|
||||||
|
|
||||||
|
## 0.0.5
|
||||||
|
|
||||||
|
* Use loose bounds for dependencies
|
||||||
|
* Don't call exiftools on every execution
|
||||||
|
* Always create thumbnails for images now
|
||||||
|
|
||||||
## 0.0.4
|
## 0.0.4
|
||||||
|
|
||||||
* Add captions from EXIF metadata
|
* Add captions from EXIF metadata
|
||||||
|
6
setup.py
6
setup.py
@ -1,15 +1,13 @@
|
|||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
dependencies = [
|
dependencies = ['pillow >= 6.1.0, < 7.0', 'python-magic >= 0.4.15, < 1.0']
|
||||||
'python-magic==0.4.15',
|
|
||||||
]
|
|
||||||
|
|
||||||
with open('README.md', 'r') as handle:
|
with open('README.md', 'r') as handle:
|
||||||
long_description = handle.read()
|
long_description = handle.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='distribusi',
|
name='distribusi',
|
||||||
version='0.0.4',
|
version='0.0.5',
|
||||||
url='https://git.vvvvvvaria.org/varia/distribusi',
|
url='https://git.vvvvvvaria.org/varia/distribusi',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
author='Varia',
|
author='Varia',
|
||||||
|
Loading…
Reference in New Issue
Block a user