Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Feb 2, 2024
1 parent 5cb854d commit 8b84414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ requires = ["setuptools"]

[project]
name = "xacro"
dynamic = ["version"]
description = "With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions."
version = "2.0.10"
description = "xacro is a macro language for XML"
readme = "README.md"
license = {file = "LICENSE"}
dependencies = [
"pyyaml",
]
requires-python = ">= 3.10"
dependencies = ["pyyaml"]
requires-python = ">= 3.8"

[tool.setuptools.packages.find]
where = ["."]
include = ["xacro*"]
include = ["xacro"]
exclude = []
namespaces = false

[project.urls]
Documentation = "https://github.com/ros/xacro/wiki"
Repository = "https://github.com/ros/xacro"

1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 8b84414

Please sign in to comment.