Skip to content

Commit e41f4f5

Browse files
authored
Merge pull request #5 from GlennWSo/pypi-release
pypi release
2 parents 93756a5 + ea29ac2 commit e41f4f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#pypi
2+
.pypitoken
3+
14
__pycache__/
25
*.py[cod]
36
.env/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
entry_points={
1010
"console_scripts": ['gh_label_maker=gh_label_maker.cli:run']
1111
},
12-
classifiers=["Programing Language :: Python :: 3.10"]
12+
classifiers=["Programming Language :: Python :: 3.10"]
1313
)

0 commit comments

Comments
 (0)