File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ def readme():
66
77configuration = {
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' ,
You can’t perform that action at this time.
0 commit comments