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.
2 parents 93756a5 + ea29ac2 commit e41f4f5Copy full SHA for e41f4f5
.gitignore
@@ -1,3 +1,6 @@
1
+#pypi
2
+.pypitoken
3
+
4
__pycache__/
5
*.py[cod]
6
.env/
setup.py
@@ -9,5 +9,5 @@
9
entry_points={
10
"console_scripts": ['gh_label_maker=gh_label_maker.cli:run']
11
},
12
- classifiers=["Programing Language :: Python :: 3.10"]
+ classifiers=["Programming Language :: Python :: 3.10"]
13
)
0 commit comments