Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Nov 14, 2024
1 parent 8f8f1b2 commit 9202262
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ All useful contributions to make this a better project will be happily received.
This package may then be installed by running:

```bash
pip install lazuardy-anfis
pip install lazuardy_anfis
```

<br/>
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = lazuardy-anfis
version = 0.0.1
name = lazuardy_anfis
version = 0.0.2
author = Lazuardy
author_email = [email protected]
description = Adaptive Neuro Fuzzy Inference System Implementation in Python.
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
required = f.read().splitlines()

setup(
name="lazuardy-anfis",
version="0.0.1",
name="lazuardy_anfis",
version="0.0.2",
description="Adaptive Neuro Fuzzy Inference System Implementation in Python.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Lazuardy",
author_email="[email protected]",
packages=find_packages(
include=[
"lazuardy-anfis",
"anfis",
"fnn",
"fuzzy-logic",
"neural-networks",
"fnn",
"lazuardy",
"lazuardy_anfis",
]
),
keywords="anfis, fuzzy logic, neural networks, fnn, lazuardy",
keywords="anfis, fuzzy logic, neural networks, fnn, lazuardy, lazuardy anfis",
url="https://github.com/lazuardy-tech/anfis",
download_url="https://github.com/lazuardy-tech/anfis/releases",
license="MIT",
Expand Down

0 comments on commit 9202262

Please sign in to comment.