Skip to content

Commit

Permalink
replace datreant.cli with datreant-cli
Browse files Browse the repository at this point in the history
This should make the package installable
  • Loading branch information
kain88-de committed Aug 2, 2018
1 parent 1f6d7d2 commit 7e19586
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
print(find_packages())

setup(
name="datreant.cli",
name="datreant_cli",
version="0.7.0-dev",
description="convenient CLI interface for Treant directories",
author="Max Linke",
Expand All @@ -33,5 +33,5 @@
license="BSD",
long_description=open("README.rst").read(),
install_requires=["datreant", "six", "click"],
entry_points={"console_scripts": ["dtr=datreant.cli.cli:cli"]},
entry_points={"console_scripts": ["dtr=datreant_cli.cli:cli"]},
)

0 comments on commit 7e19586

Please sign in to comment.