Skip to content

Commit

Permalink
Add recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed Sep 11, 2023
1 parent bb9f7f3 commit bae535f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.idea/
/dist/
/dev_scripts/
/recipe/
14 changes: 10 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,31 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "aaanalysis"
version = "0.1.0"
version = "0.1.1"
description = "Python framework for interpretable protein prediction"
authors = ["Stephan Breimann <stephanbreimann@gmail.de>"]
license = "MIT"
readme = "README.rst"
include = ["data/*.xlsx", "data/benchmarks/*.tsv", "data/benchmarks/*.xlsx"]
# Add classifiers to provide more details about the package.
# Assuming your platform and OS compatibilities
# Add classifiers to provide more details about the package (used by PyPI)
classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Natural Language :: English",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License"
# 4 - Beta (feature complete, may need minor improvements
# 5 - Prodcution/Stable (softaware is stable & deployed)
# 6 - Mature (Stable & in production for long time)
# 7 - Inactive (project no longer maintained)
]

# Requierements
Expand Down

0 comments on commit bae535f

Please sign in to comment.