Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 5f84c79

Browse files
committed
update files
1 parent 45aede3 commit 5f84c79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
from setuptools import Extension, dist, find_packages, setup
22

3-
with open("README.md", "r") as fh:
4-
long_description = fh.read()
5-
63

74
setup(
85
name='spinesTS',
96
version="0.0.1",
107
description='spinesTS, a powerful timeseries toolsets.',
118
keywords='computer vision',
129
packages=find_packages(),
13-
long_description=long_description,
10+
long_description='./README.md',
1411
classifiers=[
1512
'License :: OSI Approved :: Apache Software License',
1613
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)