18 Commits

Author SHA1 Message Date
Michael Greene
a0e56ff79d v0.6.0 2022-11-23 18:30:42 -08:00
Michael Greene
b23d0832c5 yep 2022-11-23 17:55:41 -08:00
Michael Greene
0e0e8d0114 drop 3.5 2022-11-23 16:39:01 -08:00
KOLANICH
a23dccef97 Got rid of six. 2022-11-11 17:39:38 +03:00
Mathew Wicks
ab706919d5 pin cryptography < 38.0.0 2022-11-01 16:32:00 +11:00
Eli Schwartz
d7e2c5c23f remove unneeded setup_requires which are already in pyproject.toml
A setup.cfg project metadata section is only ever parsed by setuptools,
and thusly does not need to specify that it depends on having setuptools
installed (it is already specified in the pyproject.toml)

Wheel is not required either, since it is only actually used by the
pyproject.toml specified build backend, and wheel is already specified
in the pyproject.toml

pyproject.toml build-requires is intended to specify the basic
requirements for acquiring a usable instance of the build backend. These
packages are dependencies of PEP 517.

setup_requires is intended only for additional project-specific packages
needed in addition to the build backend. These packages are dependencies
of setuptools.setup()

Example difference: wheel is required in order to create a wheel,
pyproject.toml specifies the creation of a wheel. wheel is NOT required
(and is not used at all) in order to run `python setup.py install`,
which does not read pyproject.toml at all.
2021-08-16 13:10:07 -04:00
James Morris
f48cb604c3 Use SPDX license identifier 2021-06-07 09:41:20 -04:00
James Morris
cc5d6aae47 Add some more classifiers 2021-05-03 13:35:30 -04:00
James Morris
78c4588a7e Move the last of the metadata to setup.cfg 2021-04-20 11:33:20 -04:00
James Morris
b20a66fe54 Update setup.cfg 2021-04-20 11:28:17 -04:00
James Morris
e69cf01ee4 Remove obsolete upload_docs from setup.cfg 2021-04-09 11:53:24 -04:00
James Morris
6650e0c0c6 Add Python 3.8 to tests and drop Python 2.7 and 3.4 support 2020-10-07 15:38:29 -04:00
James Morris
8e1407de54 Added some more package metadata, bumped version in preparation of new release, tweaked setup.py 2020-07-28 14:26:31 -04:00
KOLANICH
eed3884e70 Moved the metadata from setup.py to setup.cfg 2020-07-24 18:12:29 +03:00
Michael Greene
2f9423e8ca needed to be pointed at html
[skip ci]
2014-07-20 22:11:40 -07:00
Michael Greene
1dbea574fb this directive should be upload_docs, not upload_sphinx
[skip ci]
2014-07-20 22:07:47 -07:00
Michael Greene
76dea05d94 preparing for sphinx-pypi-uploader 2014-06-02 13:22:41 -07:00
Michael Greene
cc7ceba725 important Python package stuff 2014-04-22 22:38:59 -07:00