Skip to content

Commit

Permalink
Merge pull request #4 from hellflame/update-install-meta
Browse files Browse the repository at this point in the history
update install meta
  • Loading branch information
hellflame authored Aug 22, 2024
2 parents 6d1601c + 69adb98 commit e71da0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ $ pip install -U terminalprinter --user
$ terminalprint
```

以上命令,将输出默认的字符图到终端(命令太长?可使用用 *tab* 进行自动补全)
以上命令,将输出默认的字符图到终端(使用 *tab* 进行自动补全)

![](./images/sample.png)

(分辨率较高的图片可能要花点时间来生成了)
> 分辨率较高的图片可能要花点时间来生成了
#### i. 帮助信息

Expand Down
3 changes: 2 additions & 1 deletion printer/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

__author__ = 'hellflame'
__version__ = '2.3.1'
__project__ = 'TerminalPrinter'
__version__ = '2.3.2'
__url__ = 'https://github.com/hellflame/terminal_printer'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# coding=utf8

from setuptools import setup
from printer.version import __version__, __author__, __url__
from printer.version import __version__, __author__, __url__, __project__

setup(
name='TerminalPrinter',
name=__project__,
version=__version__,
keywords=('字符画', '终端打印'),
keywords=['字符画', '终端打印'],
description="终端图片、文字生成器",
license='MIT',
author=__author__,
Expand Down

0 comments on commit e71da0f

Please sign in to comment.