Skip to content

Commit

Permalink
switch to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Apr 24, 2024
1 parent 227a56d commit c159e7e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 70 deletions.
34 changes: 34 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[project]
name = "sqlutilpy"
dynamic = ["version"]
description = "Database query code returning numpy arrays"
authors = [
{name = "Sergey E. Koposov", email = "skoposov@ed.ac.uk"},
]
dependencies = [
"numpy",
"psycopg[binary]",
"numpydoc",
"numpy\n",
"numpydoc\n",
"psycopg[binary]\n",
]
requires-python = ">=3.8"
readme = "README.md"
license = {text = "BSD"}
keywords = ["numpy postgresql query sql sqlite array"]
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: BSD License",
"Topic :: Utilities",
]

[build-system]
requires = ["setuptools>=42", "wheel", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta"

[tool.setuptools-git-versioning]
enabled = true

[project.urls]
Homepage = "https://github.com/segasai/sqlutilpy"
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

65 changes: 0 additions & 65 deletions setup.py

This file was deleted.

0 comments on commit c159e7e

Please sign in to comment.