2
0
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:
Marco Hinz 2019-07-10 15:54:07 +02:00
parent 31573a17fb
commit aea28056c1
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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 = {