author='Alexander Vasarab',
author_email='alexander@wylark.com',
url='https://wylark.com/munter',
+ project_urls={
+ 'Source Code': 'https://wylark.com/git/munter.git'
+ },
packages=['munter'],
package_dir={'munter': 'munter'},
entry_points={'console_scripts': ['munter = munter.munter:main']},