Skip to content

Commit

Permalink
rename main module to api
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Jan 1, 2017
1 parent 9ffc53a commit a67ab4d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Implements the pCloud API found at https://docs.pcloud.com/
Installation
------------

XXX
$ pip install pycloud

Contribute
----------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
entry_points={
'console_scripts': [
'pycloud-cli = pycloud.main:main',
'pycloud-cli = pycloud.api:main',
]
}
)
2 changes: 1 addition & 1 deletion src/pycloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#
from pycloud.main import PyCloud
from pycloud.api import PyCloud
File renamed without changes.

0 comments on commit a67ab4d

Please sign in to comment.