Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: zhihuiwan <[email protected]>
  • Loading branch information
zhihuiwan committed Dec 29, 2023
1 parent 0d44208 commit ce095e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"grpcio-tools",
"protobuf",
],
"testabc": ["fate_flow[rabbitmq,pulsar,spark,eggroll]"],
"fate_flow": ["fate_flow[rabbitmq,pulsar,spark,eggroll]"],
}


CONF_NAME = "conf"
PACKAGE_NAME = "testabc"
PACKAGE_NAME = "fate_flow"
ENV_NAME = "fateflow.env"
HOME = os.path.abspath("../")
CONF_PATH = os.path.join(HOME, CONF_NAME)
Expand Down Expand Up @@ -84,8 +84,8 @@ def run(self):


setup(
name="testabc",
version="1.19.0",
name="fate_flow",
version=fate_flow.__version__,
keywords=["federated learning scheduler"],
author="FederatedAI",
author_email="[email protected]",
Expand Down

0 comments on commit ce095e9

Please sign in to comment.