Skip to content

Commit

Permalink
moving to setuptools_scm for versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haigh <[email protected]>
  • Loading branch information
MichaelHaigh committed Apr 27, 2023
1 parent 70d7433 commit ff2a0c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ verifySSL: True
Launch the prepared Docker image. Docker will automatically download the image if you don't already have it on your system.

```text
docker run -it netapp/astra-toolkits:2.6.2 /bin/bash
docker run -it netapp/astra-toolkits:latest /bin/bash
```

NOTE: From this point forward, you will be working in the Docker container you just launched.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

setuptools.setup(
name="actoolkit",
version="2.6.2",
py_modules=["toolkit", "tkParser", "tkHelpers", "astraSDK"],
use_scm_version=True,
setup_requires=['setuptools_scm'],
author="Michael Haigh",
author_email="[email protected]",
description="Toolkit and SDK for interacting with Astra Control",
Expand Down

0 comments on commit ff2a0c6

Please sign in to comment.