Skip to content

Commit

Permalink
Merge pull request #16 from opentargets/dev
Browse files Browse the repository at this point in the history
chore: trigger release process
  • Loading branch information
project-defiant authored Aug 13, 2024
2 parents 19ae4e9 + e948830 commit 550b6e8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[project]
authors = [{ name = "Szymon Szyszkowski", email = "ss60@sanger.ac.uk" }]
name = "gentroutils"
version = "0.1.5"
description = "Add your description here"
description = "Open Targets python genetics utility CLI tools"
authors = [
{ name = "Szymon Szyszkowski", email = "ss60@mib117351s.internal.sanger.ac.uk" },
]
Expand All @@ -13,6 +14,19 @@ dependencies = [
]
readme = "README.md"
requires-python = ">= 3.10"
license = "Apache-2.0"
documentation = "https://github.com/opentargets/gentroutils"
repository = "https://github.com/opentargets/gentroutils"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Operating System :: Unix",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
]

[build-system]
requires = ["hatchling"]
Expand Down Expand Up @@ -80,6 +94,8 @@ ignore = [

]

# add classifiers


[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["E402"]
Expand Down

0 comments on commit 550b6e8

Please sign in to comment.