Skip to content

Commit

Permalink
[#15] estrutura cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbdornas committed Jun 10, 2021
1 parent 443f228 commit 7a9f97f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
File renamed without changes.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
"Operating System :: Unix",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
]
],
entry_points="""
[console_scripts]
dadosmg=dadosmg.cli:publish
"""
)

0 comments on commit 7a9f97f

Please sign in to comment.