Skip to content

Commit

Permalink
Merge pull request #4 from bedapub/develop
Browse files Browse the repository at this point in the history
Fix project setup and version
  • Loading branch information
alexandra-valeanu authored Oct 27, 2024
2 parents 84efd34 + 9350118 commit 4e5567f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'Kinex'
copyright = '2023, Alexandra Valeanu and Jitao David Zhang'
author = 'Alexandra Valeanu and Jitao David Zhang'
release = '1.1.1'
release = '1.1.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kinex"
version = "1.1.1"
version = "1.1.0"
description = "A python package to compute kinase scoring and enrichment"
authors = [
{ name = "Alexandra Valeanu", email = "[email protected]" }
Expand All @@ -29,4 +29,10 @@ dev = [
]

[tool.setuptools]
package-dir = { "" = "src" }
package-dir = { "" = "src" }

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
kinex = ["resources/*.csv", "resources/*.json"]

0 comments on commit 4e5567f

Please sign in to comment.