File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Andrei
3+ Copyright (c) 2025 Andrei
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3535 python3 -m build
3636
3737upload :
38- pip3 install twine wheel setuptools build
38+ pip3 install wheel setuptools build
39+ pip3 install twine==6.1.0
3940 twine upload dist/*
4041
4142doc : install
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ testpaths = [
2929addopts = " -vv --tb=short --durations=5"
3030
3131[build-system ]
32- requires = [" setuptools" ]
32+ requires = [" setuptools" , " wheel " ]
3333build-backend = " setuptools.build_meta"
3434
3535[project ]
@@ -66,7 +66,7 @@ keywords = [ "captcha",
6666 " amazon_waf" ,
6767 " friendly-captcha"
6868 ]
69- license = " MIT OR MPL-2.0 "
69+ license = " MIT"
7070classifiers = [
7171 " Development Status :: 5 - Production/Stable" ,
7272 " Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments