Skip to content

Commit 15f2bcf

Browse files
committed
name: pyrexpaint
1 parent d979183 commit 15f2bcf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# pyxp
1+
![pyrexpaint-logo](https://user-images.githubusercontent.com/9204112/150735182-551ebe2d-882e-4c46-ab44-1dcbc7cb9751.PNG)

examples/hello-ncurses.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import pyxp
2-
image_layers = pyxp.load("hello.xp")
1+
import pyrexpaint
2+
image_layers = pyrexpaint.load("hello.xp")
33
layer = image_layers[0]
44
pos = lambda x, y: x + y * layer.height
55

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[metadata]
2-
name = pyxp-mattlink
2+
name = pyrexpaint
33
version = 0.0.1
44
author = Matt Link
5-
author_email = author@example.com
6-
description = A small REXPaint .xp file loader
5+
author_email = mattlink
6+
description = A small loader for REXPaint .xp files.
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
url = https://github.com/mattlink/pyxp
9+
url = https://github.com/mattlink/pyrexpaint
1010
project_urls =
11-
Bug Tracker = https://github.com/mattlink/pyxp/issues
11+
Bug Tracker = https://github.com/mattlink/pyrexpaint/issues
1212
classifiers =
1313
Programming Language :: Python :: 3
1414
License :: OSI Approved :: GPL
File renamed without changes.

0 commit comments

Comments
 (0)