wylark
/
munter.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove completed future plan from list
[munter.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index 55047cc489d00f102fdfe145e02096ae3bc02707..ac9ff306dec17742c579338971e0625945f949db 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-21,10
+21,13
@@
setup(
'An easy-to-use implementation of the Munter time calculation'
),
long_description=readme,
'An easy-to-use implementation of the Munter time calculation'
),
long_description=readme,
- long_description_content_type='text/
plai
n',
+ long_description_content_type='text/
markdow
n',
author='Alexander Vasarab',
author_email='alexander@wylark.com',
url='https://wylark.com/munter',
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']},
packages=['munter'],
package_dir={'munter': 'munter'},
entry_points={'console_scripts': ['munter = munter.munter:main']},