mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
Switch to twine for uploading
This commit is contained in:
parent
31573a17fb
commit
aea28056c1
5
Makefile
5
Makefile
@ -9,8 +9,9 @@ install: version_synced
|
||||
test:
|
||||
pytest -v tests
|
||||
|
||||
upload: clean version_synced
|
||||
python3 setup.py sdist bdist_wheel upload
|
||||
upload: clean
|
||||
python3 setup.py sdist bdist_wheel
|
||||
twine upload --verbose dist/*
|
||||
|
||||
clean:
|
||||
rm -rf build dist neovim_remote.egg-info
|
||||
|
1
setup.py
1
setup.py
@ -13,6 +13,7 @@ setup(
|
||||
url = 'https://github.com/mhinz/neovim-remote',
|
||||
description = 'Control nvim processes using "nvr" commandline tool',
|
||||
long_description = long_description,
|
||||
long_description_content_type = 'text/markdown',
|
||||
python_requires = '>=3.4',
|
||||
install_requires = ['pynvim', 'psutil', 'setuptools'],
|
||||
entry_points = {
|
||||
|
Loading…
Reference in New Issue
Block a user