Skip to content

Commit 8ce0f65

Browse files
author
John Tompkins
authored
Requested name change of package (#193)
* Requested name change * Change requires
1 parent 94f6fb9 commit 8ce0f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def find_version(*file_paths):
2222

2323

2424
setup(
25-
name="aws-cfn-cli-java-plugin",
25+
name="cloudformation-cli-java-plugin",
2626
version=find_version("python", "rpdk", "java", "__init__.py"),
2727
description=__doc__,
2828
long_description=read("README.md"),
@@ -34,7 +34,7 @@ def find_version(*file_paths):
3434
# package_data -> use MANIFEST.in instead
3535
include_package_data=True,
3636
zip_safe=True,
37-
install_requires=["aws-cloudformation-rpdk>=0.1,<0.2"],
37+
install_requires=["cloudformation-cli>=0.1,<0.2"],
3838
entry_points={"rpdk.v1.languages": ["java = rpdk.java.codegen:JavaLanguagePlugin"]},
3939
license="Apache License 2.0",
4040
classifiers=(

0 commit comments

Comments
 (0)