Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Mar 16, 2024
1 parent 9437919 commit 2ad37be
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[project]
name = "xontrib-macro"
version = "0.3.4"
Expand All @@ -17,49 +16,37 @@ dependencies = ["xonsh>=0.12.5"]
authors = [
{ name = "xontrib-macro", email = "no@no.no" },
]

[project.readme]
file = "README.md"
content-type = "text/markdown"





[project.urls]

Homepage = "https://github.com/xonsh/xontrib-macro"
Documentation = "https://github.com/xonsh/xontrib-macro/blob/master/README.md"
Code = "https://github.com/xonsh/xontrib-macro"
"Issue tracker" = "https://github.com/xonsh/xontrib-macro/issues"



Homepage = "https://github.com/anki-code/xontrib-macro"
Documentation = "https://github.com/anki-code/xontrib-macro/blob/master/README.md"
Code = "https://github.com/anki-code/xontrib-macro"
"Issue tracker" = "https://github.com/anki-code/xontrib-macro/issues"

[project.optional-dependencies]
dev = ["pytest>=7.0"]



[build-system]
requires = [
"setuptools>=62",
"wheel", # for bdist package distribution
"poetry-core>=1.3.2",
]
build-backend = "setuptools.build_meta"
[tool.setuptools]

[tool.setuptools]
packages = ["xontrib.macro"]
package-dir = {xontrib = "xontrib"}

platforms = ["any"]
include-package-data = false
[tool.setuptools.package-data]

[tool.setuptools.package-data]
xontrib = ["*.xsh", "*.py"]



[tool.isort]
profile = "black"

Expand Down

0 comments on commit 2ad37be

Please sign in to comment.