Skip to content

Commit

Permalink
Add entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 29, 2017
1 parent 46bfea9 commit 443c34d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
EXTRAS_REQUIRE = {
}
ENTRY_POINTS = {
'bio2bel': [
'pubchem = bio2bel_pubchem',
],
'console_scripts': [
'bio2bel_pubchem = bio2bel_pubchem.cli:main',
]
}

HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 443c34d

Please sign in to comment.