We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a2d64 commit a3ebebdCopy full SHA for a3ebebd
pyproject.toml
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
3
requires = ["setuptools", "wheel"]
4
5
[project]
6
-name = "Py-Avatar"
+name = "Python-Avatar"
7
version = "0.2.0"
8
authors = [
9
{ name= "willtheorangeguy" },
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-name = py-avatar
+name = python-avatar
version = 0.2.0
[options]
setup.py
@@ -5,7 +5,7 @@ def readme():
return f.read()
setup(
- name='py-avatar',
+ name='python-avatar',
version='0.2.0',
10
description="Easily display all of your creative avatars to keep them consistent across websites.",
11
long_description=readme(),
0 commit comments