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 | 785e35555993fd1c7251b6d50e1fb4b27cbeb7f1 (patch) | |
tree | 9bf31ced127fc7389d9ba6f9d55279fd21debcfb /setup.py | |
parent | 3bbe9b6b0ed29709500d82c3b8122f8adb11d9ee (diff) | |
download | Ishtar-785e35555993fd1c7251b6d50e1fb4b27cbeb7f1.tar.bz2 Ishtar-785e35555993fd1c7251b6d50e1fb4b27cbeb7f1.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', |