Skip to content

Commit

Permalink
Merge pull request #157 from marcelotrevisani/new-entry-point-greyskull
Browse files Browse the repository at this point in the history
Add greyskull entry point
  • Loading branch information
marcelotrevisani authored Jul 1, 2020
2 parents 18381c2 + 2d44a7c commit 13eab13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
setup(
name="grayskull",
packages=find_packages(),
entry_points={"console_scripts": ["grayskull = grayskull.__main__:main"]},
entry_points={
"console_scripts": [
"grayskull = grayskull.__main__:main",
"greyskull = grayskull.__main__:main",
]
},
use_scm_version={"write_to": "grayskull/_version.py"},
setup_requires=["setuptools-scm", "setuptools>=30.3.0"],
package_data={"": ["LICENSE", "license/data/*", "license/data/*.*"]},
Expand Down

0 comments on commit 13eab13

Please sign in to comment.