Skip to content

Commit

Permalink
Drop setuptools-git
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx committed Oct 23, 2017
1 parent 1f3e758 commit 14ba391
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -130,12 +130,12 @@ Requirements and installation

- Python 3 or Python 2
- PyQt5, PyQt4 or PySide
- setuptools and setuptools-git (install-only).
- setuptools (install-only)

Under Debian/Ubuntu, install the required dependencies with::

sudo apt-get install python3 python3-pyqt5
sudo apt-get install python3-setuptools python3-setuptools-git
sudo apt-get install python3-setuptools

Then download and install simply via pip::

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -35,6 +35,7 @@

scripts=['bin/gtabview'],
packages=find_packages(),
setup_requires=['setuptools', 'setuptools-git'],
setup_requires=['setuptools'],
extras_require={'test': ['nose']},
test_suite='nose.collector')
test_suite='nose.collector',
data_files=[('share/doc/gtabview', ['README.rst', 'NEWS.rst'])])

0 comments on commit 14ba391

Please sign in to comment.