Skip to content

Commit a3ebebd

Browse files
Rename again...
1 parent a9a2d64 commit a3ebebd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
33
requires = ["setuptools", "wheel"]
44

55
[project]
6-
name = "Py-Avatar"
6+
name = "Python-Avatar"
77
version = "0.2.0"
88
authors = [
99
{ name= "willtheorangeguy" },

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = py-avatar
2+
name = python-avatar
33
version = 0.2.0
44

55
[options]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def readme():
55
return f.read()
66

77
setup(
8-
name='py-avatar',
8+
name='python-avatar',
99
version='0.2.0',
1010
description="Easily display all of your creative avatars to keep them consistent across websites.",
1111
long_description=readme(),

0 commit comments

Comments
 (0)