Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "xxh-xxh"
authors = [
{ name="xxh", email="[email protected]" },
]
description = "Bring your favorite shell wherever you go through the ssh"
readme = "README.md"
dynamic = ["version"]
requires-python = ">=3.6"
license = {text = "BSD"}
dependencies = [
'pexpect >= 4.8.0',
'pyyaml',
]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Unix Shell",
"Topic :: System :: Shells",
"Topic :: System :: System Shells",
"Topic :: Terminals",
"Topic :: System :: Networking",
"License :: OSI Approved :: BSD License",
]

[project.urls]
"Documentation" = "https://github.com/xxh/xxh/blob/master/README.md"
"Code" = "https://github.com/xxh/xxh"
"Issue tracker" = "https://github.com/xxh/xxh/issues"

[tool.setuptools]
packages = ['xxh_xxh']
package-dir = {'xxh_xxh' = 'xxh/xxh_xxh'}
script-files = ["xxh/xxh", "xxh/xxh_xxh/xxh.zsh", "xxh/xxh_xxh/xxh.xsh", "xxh/xxh_xxh/xxh.bash"]

[tool.setuptools.package-data]
xxh_xxh = ["*.py", "*.xxhc", "xxh.*"]

[tool.setuptools.dynamic]
version = {attr = "xxh.xxh_xxh.__version__"}
41 changes: 0 additions & 41 deletions setup.py

This file was deleted.