Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveirabruno92 committed Apr 26, 2022
1 parent f314e03 commit e23bba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/elemeno_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
PYTHON: 3.8
- name: Install twine
run: pip install twine
env:
PYTHON: 3.8
- name: Publish to pypi
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
Expand Down
8 changes: 4 additions & 4 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
from distutils.command.build_ext import build_ext as _build_ext
from distutils.core import setup

NAME = "feast"
DESCRIPTION = "Python SDK for Feast"
URL = "https://github.com/feast-dev/feast"
AUTHOR = "Feast"
NAME = "elemeno-feast"
DESCRIPTION = "Python SDK for Elemeno's Feast"
URL = "https://github.com/elemeno-ai/feast"
AUTHOR = "Elemeno AI"
REQUIRES_PYTHON = ">=3.7.0"

REQUIRED = [
Expand Down

0 comments on commit e23bba9

Please sign in to comment.