Skip to content

Commit

Permalink
add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmerk committed Apr 12, 2024
1 parent a61e255 commit c1f91a1
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[build-system]
build-backend = "flit_core.buildapi"
requires = ["flit_core >=3.2,<4"]
requires = ["setuptools>=61.2", "wheel"]
#build-backend = "flit_core.buildapi"
#requires = ["flit_core >=3.2,<4"]

[project]
name = "py_neuromodulation"
version = "0.0.1"
version = "0.0.3"
authors = [{ name = "Timon Merk", email = "[email protected]" }]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand Down Expand Up @@ -81,5 +82,21 @@ include = '''
line-length = 80
target-version = ['py310']

[tool.flit.module]
name = "py_neuromodulation"

[tool.setuptools.packages.find]
exclude = [
"py_neuromodulation.ConnectivityDecoding",
"py_neuromodulation.ConnectivityDecoding.connectome_folder",
"py_neuromodulation.data.derivatives.*",
]


# [tool.flit.module]
# name = "py_neuromodulation"
#
# [tool.flit.sdist]
# exclude = [
# "py_neuromodulation.ConnectivityDecoding",
# "py_neuromodulation.ConnectivityDecoding.connectome_folder",
# "py_neuromodulation.data.derivatives.*",
# ]

0 comments on commit c1f91a1

Please sign in to comment.