diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-24 00:08:41 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-24 00:11:16 +0200 |
commit | c75fefeb134e4c99778eada20c89e2245e30b7f7 (patch) | |
tree | c66b0c8ec0894f8aa9e4cfbbc201cf572a50954e | |
parent | 7be39ed69672a512c15237ab389a79cd07d54483 (diff) | |
download | txtgameengine-c75fefeb134e4c99778eada20c89e2245e30b7f7.tar.gz txtgameengine-c75fefeb134e4c99778eada20c89e2245e30b7f7.tar.bz2 txtgameengine-c75fefeb134e4c99778eada20c89e2245e30b7f7.zip |
Im now an author (see heavy contribution)
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ def o(fname): setup( name='txtgameengine', version='0.0.0', - author='Rom', + author='Rom and Jon', packages=find_packages(), install_requires=o('requirements.txt').readlines(), zip_safe=False, |