Skip to content

Commit

Permalink
fix generated command
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Jan 23, 2023
1 parent 84f0f5d commit 9950c56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Nomad Changelog
=================

2.1
---

- Fix generated command

2.0
---

Expand Down
2 changes: 1 addition & 1 deletion nomad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from nomad.utils import abort, NomadError, NomadIniNotFound


__version__ = '2.0'
__version__ = '2.1'


GLOBAL = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ optional-dependencies.test = [
]

[project.scripts]
nomad = 'nomad.app:dispatch'
nomad = 'nomad:app.dispatch'

[project.urls]
'Homepage' = 'http://github.com/piranha/nomad/'
Expand Down

0 comments on commit 9950c56

Please sign in to comment.