Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonepri committed Mar 30, 2020
1 parent e1aaea6 commit f80302f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edgelist_mapper"
version = "0.1.1"
name = "edgelist-mapper"
version = "0.1.2"
description = "Maps nodes and edges of a multi-relational graph to integer"
authors = ["Simone Primarosa <simonepri@outlook.com>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ keywords = ["knowledge", "graph", "mapper", "edgelist", "converter"]

packages = [
{include = "edgelist_mapper", from = "."},
{include = "tests", format = "sdist"},
{include = "tests", from = ".", format = "sdist"},
]

[tool.taskipy.tasks]
Expand Down

0 comments on commit f80302f

Please sign in to comment.