Skip to content

Commit

Permalink
Add setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Apr 21, 2024
1 parent 3745e02 commit 4daee52
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include . *.toml *.ini *.md *.pypi .coveragerc LICENSE
recursive-include doc *.bat *.json *.md *.png *.py *.rst *.txt Makefile
recursive-include orangecontrib *.svg
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
'setuptools',
'wheel',
]
build-backend = 'setuptools.build_meta'
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.pypi

0 comments on commit 4daee52

Please sign in to comment.