Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Oct 22, 2024
1 parent 1c14683 commit 6acf507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
pymodule['verdaterc'] = int(setuppy_dateinfo_exp[4])
pymodule['verdatelist'] = (int(setuppy_dateinfo_exp[0]), int(setuppy_dateinfo_exp[1]), int(
setuppy_dateinfo_exp[2]), str(setuppy_dateinfo_exp[3]), int(setuppy_dateinfo_exp[4]))
pymodule['name'] = 'PyEncrypter'
pymodule['name'] = 'PyGM2kEncrypter'
pymodule['author'] = 'Kazuki Przyborowski'
pymodule['authoremail'] = '[email protected]'
pymodule['maintainer'] = 'Kazuki Przyborowski'
Expand Down

0 comments on commit 6acf507

Please sign in to comment.