Skip to content

Commit

Permalink
Update due to conflicting name on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ttafsir committed Jan 14, 2022
1 parent b4bbad6 commit 7ff44a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Evegnsdk allows you to quickly builds network topologies in EVE-NG for testing a
You can install `evengsdk` using pip

```sh
pip install evegnsdk
pip install eve-ng
```

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version():


setup(
name="evengsdk",
name="eve-ng",
keywords=["eve-ng", "eveng", "unetlab", "evengsdk"],
license="MIT license",
version=get_version(),
Expand Down
2 changes: 1 addition & 1 deletion src/evengsdk/cli/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 7ff44a9

Please sign in to comment.