Skip to content

Commit

Permalink
Merge pull request #57 from cisagov/improvement/rename-package
Browse files Browse the repository at this point in the history
Update name of package from `gophish_init` to `gophish-init`
  • Loading branch information
jsf9k committed Apr 19, 2024
2 parents 2aef500 + 5269b65 commit 1886b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -42,7 +42,7 @@ def get_version(version_file):


setup(
name="gophish_init",
name="gophish-init",
# Versions should comply with PEP440
version=get_version("src/gophish_init/_version.py"),
description="GoPhish initialization library",
Expand Down Expand Up @@ -87,7 +87,7 @@ def get_version(version_file):
"Programming Language :: Python :: Implementation :: CPython",
],
# What does your project relate to?
keywords="gophish_init",
keywords="gophish-init",
packages=find_packages(where="src"),
package_dir={"": "src"},
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
Expand Down
2 changes: 1 addition & 1 deletion src/gophish_init/_version.py
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 1886b01

Please sign in to comment.