Skip to content

Commit

Permalink
Merge pull request #281 from grahamgower/entry-points
Browse files Browse the repository at this point in the history
Remove the console script entry point.
  • Loading branch information
grahamgower authored Apr 21, 2021
2 parents 489a69b + 77b4960 commit d04011e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.1 - 2021-04-21

Remove the "demes" console_scripts entry point.
This isn't documented/supported and was left in accidentally.


## 0.1.0 - 2021-04-19

**Breaking changes**:
Expand Down
14 changes: 0 additions & 14 deletions demes/__main__.py

This file was deleted.

4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ setup_requires =
setuptools
setuptools_scm

[options.entry_points]
console_scripts =
demes = demes.__main__:main

[flake8]
extend-exclude = docs/_build
# black-compatible settings
Expand Down

0 comments on commit d04011e

Please sign in to comment.