Skip to content

Commit

Permalink
Install createbooki in /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Nicholson committed Feb 15, 2012
1 parent 86d9422 commit 747ff54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -24,8 +24,8 @@ def read(*rnames):
name = "Booktype",
version = "1.5",

packages = find_packages('lib'), # include all packages under src
package_dir = {'':'lib'}, # tell distutils packages are under src
packages = find_packages('lib'), # include all packages under lib
package_dir = {'':'lib'}, # tell distutils packages are under lib

author = "Aleksandar Erkalovic",
author_email = "aerkalov@gmail.com",
Expand All @@ -39,6 +39,8 @@ def read(*rnames):
# If any package contains *.txt or *.rst files, include them
'': ['*.txt', '*.rst'],
},
scripts=['scripts/createbooki'],

install_requires = ['setuptools', 'simplejson', 'django' ],
classifiers=[
"License :: OSI Approved :: GNU General Public License (GPL)",
Expand Down

0 comments on commit 747ff54

Please sign in to comment.