Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Include authors, changes, license, and readme in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed May 16, 2019
1 parent 0adf4e0 commit 78b4aa8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2

* Include authors, changes, readme, and license in distribution.

## 0.1.1

* Change package name to 'indextools' to avoid collision with existing idxtools package
Expand Down
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
[tool.poetry]
name = "indextools"
version = "0.1.1"
description = "A toolkit for accelerating genomics using index files. "
description = "A toolkit for accelerating genomics using index files."
license = "MIT"
authors = ["John Didion <jdidion@dnanexus.com>"]
readme = "README.md"
homepage = "https://github.com/dnanexus/indextools"
repository = "https://github.com/dnanexus/indextools.git"
classifiers = ["Development Status :: 4 - Beta"]
include = [
"AUTHORS.md",
"CHANGES.md",
]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit 78b4aa8

Please sign in to comment.