mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-25 22:24:53 +01:00
IGN: Setup loading of pictureflow plugin in linux
This commit is contained in:
parent
d91aaaf1de
commit
8f89dc0963
1 changed files with 0 additions and 10 deletions
10
setup.py
10
setup.py
|
|
@ -50,19 +50,9 @@ def _ep_to_function(ep):
|
|||
from setuptools import setup, find_packages
|
||||
import subprocess, glob
|
||||
|
||||
from setuptools.command.egg_info import egg_info
|
||||
|
||||
class CalibreEggInfo(egg_info):
|
||||
|
||||
def run(self):
|
||||
files = glob.glob('plugins/*')
|
||||
egg_info.run(self)
|
||||
|
||||
|
||||
entry_points['console_scripts'].append('calibre_postinstall = calibre.linux:post_install')
|
||||
|
||||
setup(
|
||||
cmdclass = { 'egg_info' : CalibreEggInfo, },
|
||||
name=APPNAME,
|
||||
packages = find_packages('src'),
|
||||
package_dir = { '' : 'src' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue