Skip to content

Commit

Permalink
Merge pull request #256 from jim-easterbrook/v2024.8.x
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
jim-easterbrook authored Aug 22, 2024
2 parents 3391891 + ca60a8f commit 681bbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Photini - a simple photo metadata editor.
# http://github.com/jim-easterbrook/Photini
# Copyright (C) 2012-23 Jim Easterbrook [email protected]
# Copyright (C) 2012-24 Jim Easterbrook [email protected]
#
# This program is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -40,7 +40,7 @@
setup(name = metadata['project']['name'],
author = metadata['project']['authors'][0]['name'],
author_email = metadata['project']['authors'][0]['email'],
url = metadata['project']['urls']['homepage'],
url = metadata['project']['urls']['Homepage'],
description = metadata['project']['description'],
long_description = long_description,
classifiers = metadata['project']['classifiers'],
Expand Down

0 comments on commit 681bbb9

Please sign in to comment.