File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ include LICENSE
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pytorch = [
5454homepage = " https://frouros.readthedocs.io"
5555repository = " https://github.com/IFCA/frouros"
5656documentation = " https://frouros.readthedocs.io"
57- # download = "https://pypi.org/project/frouros/#files "
57+ download = " https://pypi.org/project/frouros/"
5858
5959[build-system ]
6060requires = [
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ def setup_package():
3333 # FIXME: Find a way not to hardcode license
3434 license = "BSD-3-Clause" ,
3535 long_description = long_description (),
36+ long_description_content_type = "text/markdown" ,
3637 maintainer_email = pyproject ["project" ]["maintainers" ][0 ]["email" ],
3738 maintainer = pyproject ["project" ]["maintainers" ][0 ]["name" ],
3839 name = pyproject ["project" ]["name" ],
You can’t perform that action at this time.
0 commit comments