mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
remove setuptools from setup.py install_requires
This commit is contained in:
parent
668140131b
commit
5bc16468cb
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ DEPENDENCIES
|
|||
- setuptools
|
||||
- tornado, > 3.1
|
||||
- pyinotify, tested with 0.9.4
|
||||
- pyalpm, tested with 0.10.6
|
||||
|
||||
NOTE
|
||||
====
|
||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ setup(
|
|||
name = 'archrepo2',
|
||||
version = archrepo2.__version__,
|
||||
packages = find_packages(),
|
||||
install_requires = ['tornado>2.4.1', 'pyinotify', 'pyalpm', 'setuptools'],
|
||||
install_requires = ['tornado>2.4.1', 'pyinotify', 'pyalpm'],
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
'archreposrv = archrepo2.archreposrv:main',
|
||||
|
|
Loading…
Add table
Reference in a new issue