Skip to content

Commit

Permalink
Github needs the project name
Browse files Browse the repository at this point in the history
in setup.py (not setup.cfg) to detect dependants(?)
  • Loading branch information
mar10 committed Dec 27, 2024
1 parent 000ccb3 commit fd896f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[metadata]
# GitHub dependants needs name in setup.py?
name = nutree
# name = nutree
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 fd896f1

Please sign in to comment.