Skip to content

Commit

Permalink
Merge pull request #55 from JensTimmerman/cleanup
Browse files Browse the repository at this point in the history
explicitly add setup.cfg
  • Loading branch information
itkovian authored Sep 25, 2017
2 parents d1074b6 + c0026f0 commit e261990
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
16 changes: 16 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[bdist_rpm]
requires = vsc-accountpage-clients >= 0.9.0
vsc-base >= 2.4.16
vsc-config >= 1.31.2
vsc-filesystems >= 0.19
vsc-ldap >= 1.1
python-ldap
vsc-ldap-extension >= 1.3
vsc-utils >= 1.4.4
lockfile >= 0.9.1
pytz

[metadata]

description-file = README.md

11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"""

from vsc.install import shared_setup
from vsc.install.shared_setup import ag
from vsc.install.shared_setup import ag, jt

PACKAGE = {
'version': '1.0.0',
'author': [ag],
'maintainer': [ag],
'version': '1.0.1',
'author': [ag, jt],
'maintainer': [ag, jt],
'tests_require': ['mock'],
'install_requires': [
'vsc-accountpage-clients >= 0.9.0',
Expand All @@ -38,9 +38,6 @@
'vsc-utils >= 1.4.4',
'lockfile >= 0.9.1',
'pytz',
# following dependencies are intentionally not declared until #11 is addressed
#'vsc-postgres',
#'django',
],
'dependency_links': [
"git+https://github.com/hpcugent/vsc-utils.git#egg=vsc-utils-1.8.2",
Expand Down

0 comments on commit e261990

Please sign in to comment.