diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..061b5a63 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,14 @@ +[bdist_rpm] +requires = python-vsc-accountpage-clients >= 0.9.0 + python-vsc-base >= 2.4.16 + python-vsc-config >= 1.31.2 + python-vsc-filesystems >= 0.19 + python-vsc-ldap >= 1.1 + pytz + python-ldap + python-vsc-ldap-extension >= 1.3 + python-vsc-utils >= 1.4.4 + python-lockfile >= 0.9.1 + +[metadata] +description-file = README.md diff --git a/setup.py b/setup.py index 57376567..3575a576 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from vsc.install.shared_setup import ag, jt PACKAGE = { - 'version': '1.1.0', + 'version': '1.1.1', 'author': [ag, jt], 'maintainer': [ag, jt], 'tests_require': ['mock'],