File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" repo-helper " , " setuptools>=40.6.0" , " wheel>=0.34.2" ]
3
- build-backend = " repo_helper.build "
2
+ requires = [" setuptools>=40.6.0" , " wheel>=0.34.2" ]
3
+ build-backend = " setuptools.build_meta "
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ classifiers:
25
25
26
26
travis_pypi_secure : " GfAQOh0efX8gPqiDVvVL+XPn2IxXio+EWvlAdu6sCPayTAf/705TV5O/q6RdAFsB+ceHF+YbZIgao+vvm9F73cEBZhnrQuF3KFEP1MtVXsg/aerCBzIH7jG3lchSajovrBgB/Xeehk6Qszv9h6xMtj/gXTQ1FBXPkMlyLSmV/LqqZWfLIjnSbE+DZP78XYjdcNjZAUEtyPHvl1b4N+a3s5tXjppscoerlFxeNt5jOr+MU3w7S7MYHbinY51CwEo2D+Z9yuEZ0cNM/rIMk45BiQZaycR4Y5ZYrw+qCfcweiRrEsl9am3pVvfY3wn/RylzrwPPRfxvkF/ekgWYaX6NWLgUC5jr7+pH6y80Kz58d0uCV2dZWmCqUPJJ68EHglP2VYv+3muGGxBDVA68ony2jDIyUKXvW6tz2AlHTw+9JjXNUOkT89iU7Gpl1gH+A4Ng5qBrQW3RZivwWFnxuvZHrFi4ifaKtMNpTV0ZjNzrusqL/B3BGEcUJnAEajK+myxqsjQLLf0QJrJW4XoDgfLRxrPqe7zUgXO79mMBTkklBnl6EcBCCnxPpku7vASoO3Bmy2/PzhcVYprSY9SGmHQyalXMF1NeEXXRLjYRqFK1hqbB04Fg2EQqvBePU4u8FcjAu2ktIoow890UCYybhVChoAeipi1Pn8zAxG9+HopsYV0="
27
27
28
- use_experimental_backend : true
29
-
30
28
conda_channels :
31
29
- domdfcoding
32
30
- conda-forge
Original file line number Diff line number Diff line change 72
72
twine>=3.2.0
73
73
pep517>=0.9.1
74
74
check-wheel-contents>=0.1.0
75
- repo_helper
76
75
commands =
77
76
python -m pep517.build --source --binary " {toxinidir}"
78
77
twine check dist/*
You can’t perform that action at this time.
0 commit comments