Skip to content

Commit e85b6a8

Browse files
committed
finalize
1 parent bb77720 commit e85b6a8

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Taichi GLSL provides a set of helper functions, which enables you to manipulate
66
[![Build Status](https://img.shields.io/github/workflow/status/taichi-dev/taichi_glsl/Persubmit%20Checks)](https://github.com/taichi-dev/taichi_glsl/actions?query=workflow%3A%22Persubmit+Checks%22)
77
[![Coverage Status](https://img.shields.io/codecov/c/github/taichi-dev/taichi_glsl)](https://codecov.io/gh/taichi-dev/taichi_glsl/)
88
[![Downloads](https://pepy.tech/badge/taichi-glsl/month)](https://pepy.tech/project/taichi-glsl/)
9-
[![Latest Release](https://img.shields.io/github/v/release/taichi-dev/taichi_glsl?color=orange)](https://github.com/taichi-dev/taichi_glsl/releases)
9+
[![Latest Release](https://img.shields.io/github/v/release/taichi-dev/taichi_glsl?color=red)](https://github.com/taichi-dev/taichi_glsl/releases)
1010

1111
Installation
1212
------------

TODO.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
install_requires = [
1919
'taichi>=0.6.8',
2020
]
21-
with open('README.md', 'r') as f:
22-
long_description = f.read()
2321

2422
import setuptools
2523

@@ -29,7 +27,7 @@
2927
author='彭于斌',
3028
author_email='1931127624@qq.com',
3129
description=description,
32-
#long_description=long_description,
30+
long_description=long_description,
3331
classifiers=classifiers,
3432
python_requires=python_requires,
3533
install_requies=install_requires,

0 commit comments

Comments
 (0)