mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Fetch MANIFEST.in from GitHub as well
This commit is contained in:
parent
49bbfdaac1
commit
cf0094187e
|
@ -16,8 +16,8 @@ def package(input_dir, output_dir, force):
|
|||
check_dirs(input_path, output_path)
|
||||
|
||||
template_setup = get_template('setup.py')
|
||||
template_manifest = get_template('MANIFEST.in')
|
||||
template_init = get_template('en_model_name/__init__.py')
|
||||
template_manifest = 'include meta.json'
|
||||
meta = generate_meta()
|
||||
|
||||
model_name = meta['lang'] + '_' + meta['name']
|
||||
|
|
Loading…
Reference in New Issue
Block a user