Skip to content

Commit

Permalink
Use Poetry for package management.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogiraoserrao committed Apr 18, 2022
1 parent 4283176 commit 8ff7d26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 46 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
@@ -0,0 +1,16 @@
[tool.poetry]
name = "pynapl"
version = "0.1.0"
description = "Dyalog APL and Python interface."
authors = ["Marinus, Rodrigo Girão Serrão"]
license = "MIT License"

[tool.poetry.dependencies]
python = "^3.8"

[tool.poetry.dev-dependencies]
black = "^22.3.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
46 changes: 0 additions & 46 deletions setup.py

This file was deleted.

0 comments on commit 8ff7d26

Please sign in to comment.