Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from PrefectHQ/entry_point
Browse files Browse the repository at this point in the history
Entry point
  • Loading branch information
ahuang11 authored Jul 22, 2022
2 parents d4fb7d7 + 935fc33 commit 286aee3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## 0.1.3
Released on July 22nd, 2022.

### Added
- Added setup.py entry point - [#35](https://github.com/PrefectHQ/prefect-gcp/pull/35)

## 0.1.2
Released on July 22nd, 2022.

Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
python_requires=">=3.7",
install_requires=install_requires,
extras_require=extras_require,
entry_points={
"prefect.collections": [
"GcpCredentials = prefect_gcp.credentials",
]
},
classifiers=[
"Natural Language :: English",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 286aee3

Please sign in to comment.