diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-07-18 20:38:33 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-07-18 20:38:33 -0400 |
commit | ab9b4d727313b5954f10726211eae64234e509ca (patch) | |
tree | e8a75f7bf05041cb87eecae9df1073bd3910c0f4 /setup.py | |
parent | a2851662d7b6dd3c2bfc677a1e1e7b4fa261797b (diff) |
copyright: use full name
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-only # -# Copyright © 2021-2022 siddharth <s@ricketyspace.net> +# Copyright © 2021-2022 siddharth ravikumar <s@ricketyspace.net> # from setuptools import setup @@ -22,7 +22,7 @@ config = { "long_description": long_description, "long_description_content_type": "text/markdown", "url": "https://github.com/r5d/acmens", - "author": "siddharth", + "author": "siddharth ravikumar", "author_email": "s@ricketyspace.net", "license": "GNU Affero General Public License v3", "classifiers": [ |