Skip to content

Commit c6f8890

Browse files
committed
Fix build
1 parent ad23103 commit c6f8890

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: python -m cibuildwheel --output-dir wheelhouse
2525
env:
2626
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
27-
CIBW_SKIP: pp* *-i686
2827

2928
- uses: actions/upload-artifact@v4
3029
with:

setup.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,11 @@
4040
long_description_content_type="text/markdown",
4141
author="Brian Lee, random.zebra",
4242
maintainer="The Avian Core Developers",
43-
license="MIT",
4443
url="https://github.com/AvianNetwork/x16rt_hash",
4544
project_urls={
4645
"Bug Tracker": "https://github.com/AvianNetwork/x16rt_hash/issues",
4746
"Source Code": "https://github.com/AvianNetwork/x16rt_hash",
4847
},
49-
classifiers=[
50-
"Development Status :: 4 - Beta",
51-
"Intended Audience :: Developers",
52-
"License :: OSI Approved :: MIT License",
53-
"Programming Language :: Python :: 3",
54-
"Programming Language :: Python :: 3.8",
55-
"Programming Language :: Python :: 3.9",
56-
"Programming Language :: Python :: 3.10",
57-
"Programming Language :: Python :: 3.11",
58-
"Programming Language :: Python :: 3.12",
59-
"Programming Language :: Python :: 3.13",
60-
"Topic :: Security :: Cryptography",
61-
],
6248
python_requires=">=3.8",
6349
ext_modules=[x16rt_hash_module],
6450
)

0 commit comments

Comments
 (0)