Skip to content

Commit

Permalink
move to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Oct 21, 2024
1 parent 4be061b commit 7955118
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "freecad.gears"
dynamic = ["version"]
description = "gears for FreeCAD"
readme = "README.md"
license = {file = "LICENSE"}
maintainers = [
{name = "looooo", email = "sppedflyer@gmail.com"},
]
requires-python = ">=3.8"
dependencies = ["numpy", "scipy", "sympy"]

[project.urls]
source = "https://github.com/looooo/freecad.gears"

[tool.setuptools]
packages = ["freecad", "freecad.gears", "pygears"]
include-package-data = true

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

This file was deleted.

0 comments on commit 7955118

Please sign in to comment.