updates to the setup guide

This commit is contained in:
Dima Gerasimov 2020-04-12 13:38:30 +01:00
parent 01b52fcca2
commit f766c8abe5
4 changed files with 40 additions and 23 deletions

View file

@ -6,7 +6,7 @@ def main():
name='my',
version='0.5',
description='A Python interface to my life',
url='https://github.com/karlicoss/my',
url='https://github.com/karlicoss/HPI',
author='Dmitrii Gerasimov',
author_email='karlicoss@gmail.com',
@ -42,5 +42,6 @@ def main():
},
)
if __name__ == '__main__':
main()