Skip to content

Commit 750d3df

Browse files
authored
Merge pull request #9 from martindurant/driver_tut_update
Add entrypoints to driver tutorial
2 parents 32d80eb + 60b7c76 commit 750d3df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorial/intake-github/setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
include_package_data=True,
1414
install_requires=['intake', 'pygithub'],
1515
long_description="",
16+
entry_points={
17+
'intake.drivers': [
18+
'github_issues = intake_github:GithubIssuesSource',
19+
]
20+
},
1621
zip_safe=False,
1722
)

0 commit comments

Comments
 (0)