Skip to content

Commit

Permalink
Test: have name in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed May 28, 2023
1 parent 35c9691 commit 18bae81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tool.black]
line-length = 88
# py36 = false # don't strip 'u' from native strings
target-version = ['py38', 'py39', 'py310', 'py311']
include = '\.pyi?$'
exclude = '''
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# "options": {},

[metadata]
# name = nutree # GitHub dependants needs it in setup.py?
name = nutree # GitHub dependants needs it in setup.py?
version = attr: nutree.__version__
author = Martin Wendt
author_email = nutree@wwwendt.de
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from setuptools import setup

setup(
name="nutree", # GitHub dependants needs it in setup.py?
# name="nutree", # GitHub dependants needs it in setup.py?
# See setup.cfg
)

0 comments on commit 18bae81

Please sign in to comment.