Skip to content

Commit

Permalink
Update paper title
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorgadov committed Jun 8, 2023
1 parent 7fc8032 commit 860a7b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'pactus: A Python playground for trajectory classification'
title: 'pactus: A Python framework for trajectory classification'
tags:
- trajectory classification
- mobility data
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
keywords = ["trajectory",
"classification"]
keywords = [
"trajectory",
"classification"
]
dependencies = [
"numpy >= 1.20.0",
"yupi >= 0.11.2",
Expand Down Expand Up @@ -75,8 +77,7 @@ push = false
]

[build-system]
requires = ["setuptools>=61.0.0",
"wheel"]
requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.mypy]
Expand Down

0 comments on commit 860a7b7

Please sign in to comment.