Skip to content

Commit 094b684

Browse files
committed
upd
1 parent 0918bc6 commit 094b684

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Andrei
3+
Copyright (c) 2025 Andrei
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ build:
3535
python3 -m build
3636

3737
upload:
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

4142
doc: install

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ testpaths = [
2929
addopts = "-vv --tb=short --durations=5"
3030

3131
[build-system]
32-
requires = ["setuptools"]
32+
requires = ["setuptools", "wheel"]
3333
build-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"
7070
classifiers = [
7171
"Development Status :: 5 - Production/Stable",
7272
"Programming Language :: Python",

0 commit comments

Comments
 (0)