Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from dlintott/master
Browse files Browse the repository at this point in the history
Fix vboxwrapper installation
  • Loading branch information
grossmj committed Aug 26, 2014
2 parents 09c6ec1 + 85996b6 commit 8d1e5df
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

from setuptools import setup
from setuptools import setup, find_packages

setup(
name="vboxwrapper",
Expand All @@ -27,9 +27,10 @@
author_email="[email protected]",
description="Script to control VirtualBox on Linux/Unix",
long_description=open("README.md", "r").read(),
packages=find_packages(),
entry_points={
"console_scripts": [
"vboxwrapper = vboxwrapper:main",
"vboxwrapper = vboxwrapper.vboxwrapper:main",
]
},
platforms="any",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added vboxwrapper/nios/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8d1e5df

Please sign in to comment.