Browse Source

minor updates (packaging, license)

main
Simon Conseil 1 month ago
parent
commit
1cca5b18b8
  1. 2
      LICENSE
  2. 2
      docs/conf.py
  3. 5
      pyproject.toml
  4. 2
      src/sigal/__init__.py
  5. 2
      src/sigal/__main__.py
  6. 2
      src/sigal/gallery.py
  7. 2
      src/sigal/image.py
  8. 2
      src/sigal/log.py
  9. 2
      src/sigal/plugins/media_page.py
  10. 2
      src/sigal/settings.py
  11. 2
      src/sigal/utils.py
  12. 2
      src/sigal/video.py
  13. 2
      src/sigal/writer.py

2
LICENSE

@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2009-2025 - Simon Conseil
Copyright (c) 2009-2026 - 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
docs/conf.py

@ -27,7 +27,7 @@ master_doc = "index"
# General information about the project.
project = "Sigal"
copyright = "2012-2023, Simon Conseil"
copyright = "2012-2026, Simon Conseil"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

5
pyproject.toml

@ -8,11 +8,11 @@ description = "Simple static gallery generator"
readme = "README.rst"
authors = [{name = "Simon Conseil", email = "contact@saimon.org"}]
keywords = ["gallery", "static", "generator", "image", "video", "galleria"]
license = {text = "MIT License"}
license = "MIT"
license-files = ["LICENSE"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Internet :: WWW/HTTP",
@ -45,7 +45,6 @@ documentation = "https://sigal.readthedocs.io/en/latest/"
[tool.setuptools]
include-package-data = true
license-files = ["LICENSE"]
[tool.setuptools.packages.find]
where = ["src"]

2
src/sigal/__init__.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2023 - Simon Conseil
# Copyright (c) 2009-2026 - 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
src/sigal/__main__.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2023 - Simon Conseil
# Copyright (c) 2009-2026 - 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
src/sigal/gallery.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2023 - Simon Conseil
# Copyright (c) 2009-2026 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2014 - Jonas Kaufmann
# Copyright (c) 2015 - François D.

2
src/sigal/image.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2023 - Simon Conseil
# Copyright (c) 2009-2026 - Simon Conseil
# Copyright (c) 2015 - François D.
# Copyright (c) 2018 - Edwin Steele

2
src/sigal/log.py

@ -1,4 +1,4 @@
# Copyright (c) 2013-2023 - Simon Conseil
# Copyright (c) 2013-2026 - 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
src/sigal/plugins/media_page.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2023 - Simon Conseil
# Copyright (c) 2009-2026 - Simon Conseil
# Copyright (c) 2014 - Jamie Starke
# Permission is hereby granted, free of charge, to any person obtaining a copy

2
src/sigal/settings.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2023 - Simon Conseil
# Copyright (c) 2009-2026 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2017 - Mate Lakat
# Copyright (c) 2021 - Keith Feldman

2
src/sigal/utils.py

@ -1,4 +1,4 @@
# Copyright (c) 2011-2023 - Simon Conseil
# Copyright (c) 2011-2026 - 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
src/sigal/video.py

@ -1,5 +1,5 @@
# Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2013-2023 - Simon Conseil
# Copyright (c) 2013-2026 - Simon Conseil
# Copyright (c) 2021 - Keith Feldman
# Permission is hereby granted, free of charge, to any person obtaining a copy

2
src/sigal/writer.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2023 - Simon Conseil
# Copyright (c) 2009-2026 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2018 - Edwin Steele

Loading…
Cancel
Save