prune_captcha 1.1.0__py3-none-any.whl → 1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prune_captcha
3
- Version: 1.1.0
3
+ Version: 1.2.0
4
4
  Summary: A tool to protect formulaire from spam.
5
5
  Author-email: Arnout <bastien@prune.sh>
6
6
  Project-URL: Made_by, https://prune.sh/
@@ -15,8 +15,8 @@ commons/decorators.py,sha256=nU_3SyxENcWDdxo03VyNYEvoevplC6ig7BFogY8apNs,1306
15
15
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  tests/captcha_prune/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  tests/captcha_prune/test_views.py,sha256=h-Mrdiprh71s7kIJPYAt6xv4G_S7vp51WCpAzy4CZ6U,2364
18
- prune_captcha-1.1.0.dist-info/METADATA,sha256=Ji1IpNNI4TfAx5U6fLXzorKKrs90CIkRFlt5-K8d7yM,2447
19
- prune_captcha-1.1.0.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
20
- prune_captcha-1.1.0.dist-info/entry_points.txt,sha256=_7zxh1tub_wWQu9oo5vcYIJAEQMPmTj0ekh0oXJ_8FM,52
21
- prune_captcha-1.1.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
22
- prune_captcha-1.1.0.dist-info/RECORD,,
18
+ prune_captcha-1.2.0.dist-info/METADATA,sha256=u-jrV4DFH51X1iHcUIlmZmduQnU9HwfDp1srkAqGYIo,2447
19
+ prune_captcha-1.2.0.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
20
+ prune_captcha-1.2.0.dist-info/entry_points.txt,sha256=9WhhTzPHD9uzp9u7--VPeAS-CoeNK8CVid6uTuUbthY,66
21
+ prune_captcha-1.2.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
22
+ prune_captcha-1.2.0.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ prune_captcha = captcha_prune.start_server:main
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- prune_captcha = start_server:main