Skip to content

Commit

Permalink
Switch to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
stestagg committed Jan 4, 2024
1 parent 7477a1c commit 03d9fa8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[build-system]
requires = ["setuptools >= 1", "cython"]
#build-backend = "setuptools.build_meta"

[project]
name = "bitfield"
dynamic = ["version"]
classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
]
authors = [
{name = "Steve Stagg", email = "[email protected]"}
]
readme="README.md"
description="A Cython fast compressed number set"


[project.urls]
Homepage = "http://github.com/stestagg/bitfield"

[tool.setuptools]
packages=[]
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
setup(
name="bitfield",
version=VERSION,
license="BSD",

description="A Cython fast compressed number set",
author="Steve Stagg",
author_email="[email protected]",

url="http://github.com/stestagg/bitfield",

classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 03d9fa8

Please sign in to comment.