diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-12 17:53:44 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:24 +0100 |
commit | 60a80e0bc33798a36e1a29253c8123f1d19bd2a5 (patch) | |
tree | 9bf31ced127fc7389d9ba6f9d55279fd21debcfb /setup.py | |
parent | 0d860bb0211ce14bbb86ffe7411ec2853852b64d (diff) | |
download | Ishtar-60a80e0bc33798a36e1a29253c8123f1d19bd2a5.tar.bz2 Ishtar-60a80e0bc33798a36e1a29253c8123f1d19bd2a5.zip |
Refactoring - typo
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ setup( description="Ishtar is a database to manage the finds and " "documentation from archaeological operations.", long_description=open('README.rst').read(), - author=u'Étienne Loks', + author='Étienne Loks', author_email='etienne.loks@iggdrasil.net', url='https://ishtar-archeo.net/', license='AGPL v3 licence, see COPYING', |