Skip to content

Commit

Permalink
chore: added project description and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Aug 13, 2024
1 parent 3b84cdd commit 8ef35fa
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[project]
authors = [{ name = "Szymon Szyszkowski", email = "ss60@sanger.ac.uk" }]
name = "gentroutils"
version = "0.0.0"
description = "Add your description here"
authors = [
{ name = "Szymon Szyszkowski", email = "ss60@mib117351s.internal.sanger.ac.uk" },
]
description = "Open Targets python genetics utility CLI tools"
dependencies = [
"click>=8.1.7",
"google-cloud-storage>=2.18.1",
Expand All @@ -13,6 +11,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 +91,8 @@ ignore = [

]

# add classifiers


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

0 comments on commit 8ef35fa

Please sign in to comment.