Skip to content

Commit 9a485e2

Browse files
committed
Makes readme and license uppercase
1 parent 5be3641 commit 9a485e2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

File renamed without changes.

readme.md renamed to README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ You can also change character sets using `set_char(key, value)` where value is t
203203

204204
# License
205205

206-
MIT. See license.txt for details.
206+
MIT. See LICENSE.txt for details.

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = teletype
33
version = attr: teletype.VERSION
44
description = A high-level cross platform tty library
5-
long_description = file: readme.md
5+
long_description = file: README.md
66
long_description_content_type = text/markdown
77
url = https://github.com/jkwill87/teletype
88

99
license = MIT
10-
license_files = license.txt
10+
license_files = LICENSE.txt
1111

1212
author = Jessy Williams
1313
author_email = jessy@jessywilliams.com
@@ -35,7 +35,7 @@ packages = find:
3535
zip_safe = True
3636

3737
[options.package_data]
38-
* = license.txt,readme.md,py.typed
38+
* = LICENSE.txt,README.md,py.typed
3939

4040
[options.extras_require]
4141
ci =

teletype/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.3.1"
1+
VERSION = "1.3.2"

0 commit comments

Comments
 (0)