Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu authored Sep 16, 2024
1 parent cdd2d03 commit 2e76169
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[project]
name = "neurolink"
dynamic = ["version"]
description = "An experimental mdast parser to browse MyST articles like cough publishers cough cannot even imagine."
authors = [
{ name="agahkarakuzu", email="[email protected]" }
]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
keywords = ["myst", "mdast", "markdown", "neurolibre"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"requests",
"plotly:
]
[project.urls]
Homepage = "https://github.com/neurolibre/neurolink"

[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "dirty-tag"

0 comments on commit 2e76169

Please sign in to comment.