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 ed7fd88 commit ca26fd6Copy full SHA for ca26fd6
.github/workflows/publish.yml
@@ -22,3 +22,4 @@ jobs:
22
python -m build
23
- name: Publish package distributions to PyPI
24
uses: pypa/gh-action-pypi-publish@release/v1
25
+
setup.cfg
@@ -1,12 +1,12 @@
1
[metadata]
2
-name = guildmaster
+name = guildmaster-cli
3
version = 1.0.0
4
author = Damien Burks
5
author_email = [email protected]
6
description = A collection of scripts for managing Discord channels and other administrative tasks
7
long_description = file: README.md
8
long_description_content_type = text/markdown
9
-url = https://github.com/devsecblueprint/guildmaster
+url = https://github.com/devsecblueprint/guildmaster-cli
10
classifiers =
11
Programming Language :: Python :: 3
12
License :: OSI Approved :: MIT License
0 commit comments