Skip to content

Commit 13e61b2

Browse files
committed
Update link and version.
1 parent fc2d51d commit 13e61b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ def readme():
66

77
configuration = {
88
'name' : 'dash_building_blocks',
9-
'version': '0.0.1',
9+
'version': '0.0.2',
1010
'description' : 'Lightweight Auxiliary Framework for Writing Object-Oriented Dash Code.',
1111
'long_description' : readme(),
12+
'long_description_content_type' : 'text/markdown',
1213
'classifiers' : [
1314
'Development Status :: 3 - Alpha',
1415
'Intended Audience :: Science/Research',
@@ -24,7 +25,7 @@ def readme():
2425
'Programming Language :: Python :: 3 :: Only',
2526
],
2627
'keywords' : 'dash object-oriented-programming',
27-
'url' : 'http://github.com/marcodlk/dash_building_blocks', #TODO: move to AlgorithmHub
28+
'url' : 'http://github.com/AlgorithmHub/dash_building_blocks',
2829
'maintainer' : 'Marco de Lannoy Kobayashi',
2930
'maintainer_email' : '[email protected]',
3031
'license' : 'MIT',

0 commit comments

Comments
 (0)