Skip to content

Commit

Permalink
switch to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
naspert committed Jan 21, 2025
1 parent 0f1868e commit a17ab12
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 24 deletions.
38 changes: 38 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[build-system]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

[project]
name = "spikexplore"
version = "0.2.0"
authors = [
{name = "Nicolas Aspert", email = "[email protected]"},
{name = "Benjamin Ricaud", email = "[email protected]"},
]
license = {text = "Apache license"}
description = "Graph exploration using inhomogeneous filtered diffusion"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
]
urls = {Homepage = "https://gitlab.switch.ch/imi-sad/spikexplore"}
requires-python = ">=3.8"
dependencies = [
"pandas",
"numpy",
"networkx",
"tqdm",
"atproto",
"wikipedia-api",
"python-louvain",
]

[tool.setuptools]
packages = ["spikexplore", "spikexplore.backends"]
script-files = []
include-package-data = false
24 changes: 0 additions & 24 deletions setup.py

This file was deleted.

0 comments on commit a17ab12

Please sign in to comment.