Commit Graph

9 Commits

Author SHA1 Message Date
Marc-Etienne Vargenau
731001c4ff
Use SPDX license identifier (#527)
Use SPDX license identifier: Apache-2.0
This will help tools to produce valid SPDX.

Signed-off-by: Marc-Etienne Vargenau <marc-etienne.vargenau@nokia.com>
2023-03-28 20:30:12 +09:00
Paul Kehrer
7348207369
stop a deprecation warning and bump minimum setuptools (#396) 2022-08-23 23:25:48 -04:00
Alex Gaynor
d9938ae6b6
Forward port fixes (#323) 2022-05-01 12:04:10 -06:00
Alex Gaynor
2d20a7e24b
Switch to a Rust implementation of cryptographic primitives (#294) 2022-05-01 10:59:05 -06:00
Alex Gaynor
0df855d4ad
fix setup.cfg ... again (#307) 2022-05-01 10:09:04 -06:00
Alex Gaynor
dcc9b662c6
fixed setup.cfg to allow uploading to pypi (#306) 2022-05-01 09:59:36 -06:00
Alex Gaynor
c2c4c9bfbc
Prepare for the 3.2.1 release (#305) 2022-05-01 09:46:53 -06:00
Alex Gaynor
742723a99e
Move most setup.py configuration into setup.cfg (#293) 2022-02-21 05:12:28 +08:00
Jon Dufresne
448a0f9de3 Include license file in the generated wheel package (#141)
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:

https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file

Helps project comply with its own license:

> You must give any other recipients of the Work or Derivative Works a
> copy of this License;
2018-07-14 16:58:19 +05:30