Skip to content

Commit

Permalink
setup.py => pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dyuri committed Dec 28, 2022
1 parent 65e1c00 commit bb68bf8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 33 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[tool.poetry]
name = "xontrib-langenv"
version = "1.2.0"
description = "Pyenv/Nodenv/Goenv/Rbenv integration for xonsh"
authors = ["Gyuri Horak <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/dyuri/xontrib-langenv"
packages = [{include = "xontrib"}]
classifiers=[
'Environment :: Console',
'Programming Language :: Python',
'Topic :: System :: Shells',
'Topic :: System :: System Shells',
]

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

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

This file was deleted.

0 comments on commit bb68bf8

Please sign in to comment.