Skip to content

Commit 781e763

Browse files
committed
fix setup.py
1 parent 097cee5 commit 781e763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
version = '0.1.0',
77
license='MIT',
88
description = 'ETSTransformer - Exponential Smoothing Transformer for Time-Series Forecasting - Pytorch',
9+
long_description_content_type = 'text/markdown',
910
author = 'Phil Wang',
1011
author_email = 'lucidrains@gmail.com',
1112
url = 'https://github.com/lucidrains/ETSformer-pytorch',

0 commit comments

Comments
 (0)