From 5530fd0cd5376b1524b020febb5217dcb9444e5c Mon Sep 17 00:00:00 2001 From: SyedAhkam Date: Wed, 14 Jul 2021 15:25:52 +0530 Subject: [PATCH] 0.1 release --- .gitignore | 2 ++ setup.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..241aa3c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist/ +keptcha.egg-info \ No newline at end of file diff --git a/setup.py b/setup.py index 0fca792..76f8d92 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ "Topic :: Internet", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", - "Natural Language :: English" "License :: OSI Approved :: MIT License", + "Natural Language :: English", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",