fix version

This commit is contained in:
Henning Peters 2015-11-15 16:38:16 +01:00
parent 03d2f98cd5
commit 12de895e60
3 changed files with 3 additions and 3 deletions

View File

@ -10,3 +10,4 @@ plac
six
ujson
cloudpickle
sputnik == 0.4.1

View File

@ -179,7 +179,7 @@ def run_setup(exts):
license="MIT",
install_requires=['numpy', 'murmurhash', 'cymem == 1.30', 'preshed == 0.44',
'thinc == 4.0.0', "text_unidecode", 'plac', 'six',
'ujson', 'cloudpickle'],
'ujson', 'cloudpickle', 'sputnik == 0.4.1'],
setup_requires=["headers_workaround"],
cmdclass = {'build_ext': build_ext_subclass },
)

View File

@ -18,8 +18,7 @@ def migrate(path):
def link(package, path):
if os.path.exists(path):
os.unlink(path)
os.symlink(os.path.join(package.path, 'data'),
os.path.join(path))
os.symlink(package.dir_path('data'), path)
@plac.annotations(