Skip to content

Commit

Permalink
add github link and autho email
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannz committed Nov 25, 2021
1 parent d6245bb commit c81b2b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
setup(
name='python-plyr',
version='0.5',
author='Ivan Nazarov',
license='MIT',
description="""Mapping tools for nested containers.""",
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
long_description_content_type='text/markdown',
url="https://github.com/ivannz/plyr",
license='MIT License',
author='Ivan Nazarov',
author_email='[email protected]',
packages=[],
install_requires=[],
ext_modules=[
Expand Down

0 comments on commit c81b2b8

Please sign in to comment.