We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0304ad commit 5530fd0Copy full SHA for 5530fd0
.gitignore
@@ -0,0 +1,2 @@
1
+dist/
2
+keptcha.egg-info
setup.py
@@ -25,7 +25,8 @@
25
"Topic :: Internet",
26
"Topic :: Software Development :: Libraries",
27
"Topic :: Software Development :: Libraries :: Python Modules",
28
- "Natural Language :: English" "License :: OSI Approved :: MIT License",
+ "Natural Language :: English",
29
+ "License :: OSI Approved :: MIT License",
30
"Operating System :: OS Independent",
31
"Programming Language :: Python :: 3.6",
32
"Programming Language :: Python :: 3.7",
0 commit comments