Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMartens committed Feb 23, 2024
1 parent d51b506 commit 0777e96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
setup(
name="DBGSOM",
version="1.1.0",
description="A directed batch growing approach to enhance the topology preservation of self-organizing maps ",
description="A Python implementation of the Directed Batch Growing Self-Organizing Map.",
long_description=long_description,
author="Sandro Martens",
author_email="sandro.martens@web.de",
license="MIT",
packages=["DBGSOM"],
packages=["dbgsom"],
install_requires=[
"numpy",
"networkx",
Expand All @@ -21,4 +21,5 @@
"scikit-learn",
"numpydoc",
],
url="https://github.com/SandroMartens/DBGSOM"
)

0 comments on commit 0777e96

Please sign in to comment.