Skip to content

Commit

Permalink
Use flit instead of setuptools for vectors
Browse files Browse the repository at this point in the history
Its much faster
  • Loading branch information
alex committed Jan 13, 2024
1 parent 13fc913 commit e373a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions vectors/MANIFEST.in

This file was deleted.

12 changes: 4 additions & 8 deletions vectors/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "cryptography_vectors"
Expand All @@ -14,9 +14,5 @@ license = {text = "Apache-2.0 OR BSD-3-Clause"}
[project.urls]
homepage = "https://github.com/pyca/cryptography"

[tool.setuptools]
zip-safe = false
include-package-data = true

[tool.distutils.bdist_wheel]
universal = true
[tool.flit.sdist]
include = ["LICENSE", "LICENSE.APACHE", "LICENSE.BSD"]

0 comments on commit e373a2f

Please sign in to comment.