1
AUTHORS
1
AUTHORS
@@ -18,6 +18,7 @@ alphabetical order):
|
||||
- David Siroky
|
||||
- Edward Betts
|
||||
- Edwin Steele
|
||||
- Elges István
|
||||
- François D. (@franek)
|
||||
- @Glandos
|
||||
- Giel van Schijndel
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -1,5 +1,5 @@
|
||||
The MIT License (MIT)
|
||||
Copyright (c) 2009-2020 - Simon Conseil
|
||||
Copyright (c) 2009-2021 - Simon Conseil
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
Changelog
|
||||
===========
|
||||
|
||||
Version 2.2.dev
|
||||
~~~~~~~~~~~~~~~
|
||||
Version 2.2
|
||||
~~~~~~~~~~~
|
||||
|
||||
Released on 2020-xx-xx.
|
||||
Released on 2021-04-18.
|
||||
|
||||
- Convert pillow warnings to logging with filename [:issue:`394`].
|
||||
- Catch warnings when reading EXIF data.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = sigal
|
||||
description = Simple static gallery generator
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst
|
||||
author = Simon Conseil
|
||||
author_email = contact@saimon.org
|
||||
url = https://github.com/saimn/sigal
|
||||
@@ -17,6 +18,7 @@ classifiers =
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Topic :: Internet :: WWW/HTTP
|
||||
Topic :: Multimedia :: Graphics :: Viewers
|
||||
Topic :: Software Development :: Libraries :: Python Modules
|
||||
|
||||
Reference in New Issue
Block a user