Skip to content

Commit ca26fd6

Browse files
committed
updating metadata
1 parent ed7fd88 commit ca26fd6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
python -m build
2323
- name: Publish package distributions to PyPI
2424
uses: pypa/gh-action-pypi-publish@release/v1
25+

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
2-
name = guildmaster
2+
name = guildmaster-cli
33
version = 1.0.0
44
author = Damien Burks
55
author_email = [email protected]
66
description = A collection of scripts for managing Discord channels and other administrative tasks
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
url = https://github.com/devsecblueprint/guildmaster
9+
url = https://github.com/devsecblueprint/guildmaster-cli
1010
classifiers =
1111
Programming Language :: Python :: 3
1212
License :: OSI Approved :: MIT License

0 commit comments

Comments
 (0)