Skip to content

Commit

Permalink
Remove deprecated universal wheel (#276)
Browse files Browse the repository at this point in the history
AB#10062
  • Loading branch information
eccles authored Nov 20, 2024
1 parent 706b525 commit 84b409c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ packages =

include_package_data = True
platforms = any
python_requires = >=3.8
python_requires = >=3.9
setup_requires = setuptools-git-versioning

[options.entry_points]
console_scripts =
archivist_runner = archivist.cmds.runner.main:main
archivist_template = archivist.cmds.template.main:main

[bdist_wheel]
universal = 1

0 comments on commit 84b409c

Please sign in to comment.