Skip to content

Commit 5530fd0

Browse files
committed
0.1 release
1 parent d0304ad commit 5530fd0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dist/
2+
keptcha.egg-info

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"Topic :: Internet",
2626
"Topic :: Software Development :: Libraries",
2727
"Topic :: Software Development :: Libraries :: Python Modules",
28-
"Natural Language :: English" "License :: OSI Approved :: MIT License",
28+
"Natural Language :: English",
29+
"License :: OSI Approved :: MIT License",
2930
"Operating System :: OS Independent",
3031
"Programming Language :: Python :: 3.6",
3132
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)