Skip to content

Commit 32a5a77

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #108 from IFCA/fix-minor-pre-release-bugs
Fix minor pre release bugs
2 parents e63012e + b2a971a commit 32a5a77

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include LICENSE

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pytorch = [
5454
homepage = "https://frouros.readthedocs.io"
5555
repository = "https://github.com/IFCA/frouros"
5656
documentation = "https://frouros.readthedocs.io"
57-
# download = "https://pypi.org/project/frouros/#files"
57+
download = "https://pypi.org/project/frouros/"
5858

5959
[build-system]
6060
requires = [

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"],

0 commit comments

Comments
 (0)