Skip to content

Commit

Permalink
migrate to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
x0r committed Dec 7, 2024
1 parent 1f784a8 commit 90ba8a7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.2.0"]
requires = ["setuptools>=61.2.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -16,7 +16,7 @@ dependencies = [
requires-python = ">=3.9"
readme = "README.md"
license = {text = "GPL"}
keywords = ["masm", "assembly","reverse engineering"]
keywords = ["masm", "assembly", "reverse engineering"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -41,14 +41,6 @@ dev = [
[project.urls]
Homepage = "https://github.com/xor2003/masm2c"

[tool.distutils.egg_info]
tag-build = ""
tag-date = 0

[project.scripts]
masm2c = "masm2c.cli:main"

[tool.setuptools]
packages = ["masm2c"]

[tool.poetry]

0 comments on commit 90ba8a7

Please sign in to comment.