Skip to content

Commit

Permalink
adding pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
snhobbs committed Sep 17, 2024
1 parent bd4ce18 commit fc32e8e
Show file tree
Hide file tree
Showing 107 changed files with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
requires-python='>=3.8'
requires-python='>=3.10'
name="pcb-tools"
version= "0.1.7"
version= "0.1.8"
authors=[
{name="Paulo Henrique Silva", email='[email protected]'},
{name="Hamilton Kibbe", email='[email protected]'}]
Expand All @@ -15,17 +15,11 @@ readme="README.md"
keywords=["pcb", "gerber", "tools"]


dependencies = [
'click>=7.0',
'pandas',
'numpy',
]

[project.license]
file="LICENSE"
name="APACHE"

[project.scripts]
#[project.scripts]

[project.urls]
github="http://github.com/curtacircuitos/pcb-tools"
Expand All @@ -40,11 +34,11 @@ dependencies = {file = ["requirements.txt"]}
allow-direct-references = true

[tool.setuptools.packages.find]
where=['src', 'src/gerber', 'src/gerber.render']
where=['src']#, 'src/gerber', 'src/gerber.render']

[build-system]
requires = [
"setuptools>=60",
"setuptools>=70",
"setuptools-scm>=8.0"
]

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fc32e8e

Please sign in to comment.