summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to pbr.Monty Taylor2013-05-231-45/+13
| | | | | | Closes bug 1179007 Change-Id: I9d2a0190bb8dc31ea481909a4e0af3008aa976bf
* Version bump to 2013.2Dolph Mathews2013-03-211-1/+1
| | | | Change-Id: Iebf640e62ff3cfa666ff2f1e0670f515a9d1624e
* Update to oslo version code.Monty Taylor2013-02-131-35/+32
| | | | | | This brings us tag-based versioning and aligned with the rest of the project. Change-Id: I8c1f077125ee062e213d073492cfde07694cc254
* Removed unused importsChuck Short2012-12-281-1/+0
| | | | | | | Removed unused imports Change-Id: I646d79849731b87ce6c1eeb80f42c77dd789ecff Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Add trove classifiers for PyPIDoug Hellmann2012-10-231-0/+10
| | | | | | | | | Add classifiers so we can eventually register the project on PyPI to reserve the name, even though we won't release packages there. Change-Id: I9ef676ffd4a84cb149d7f5b6998c16c46e4181b8 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Bump version to 2013.1Thierry Carrez2012-09-141-1/+1
| | | | | | | Bump version in setup.py to 2013.1 on master branch to open up Grizzly development. Change-Id: Ief2e7ff71af6aad961740b5b6c50b3a5aa143480
* Utilize newer changes in openstack-common.Bhuvan Arumugam2012-06-211-30/+2
| | | | | | | | | | | | Use common.setup.get_cmdclass() to clean-up redundant code. * keystone/openstack/common/setup.py Sync from openstack-common project. * setup.py Code clean-up. No functional change. Change-Id: I12f538ba8e727270b3b615dc06b0fd0328f36e1e
* Auto generate AUTHORS file for keystone component.Bhuvan Arumugam2012-04-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 976267 Now that git commits are gated by CLA, we shouldn't enforce committers to add an entry in AUTHORS file. The AUTHORS file should be generated automatically, based on git commits. This commit fixes the problem. * AUTHORS Remove this file. * .gitignore Add AUTHORS file. * keystone/openstack/common/setup.py generate_authors(): New method to create AUTHORS file. If AUTHORS.in file exists, append it's content to AUTHORS file. * setup.py Import the new method. local_sdist.run(): Generate AUTHORS file before creating the package. * tests/test_authors.py Remove this test case. Change-Id: Id3ca59382e417d054d14f7735f30595bfbe2df48
* Open FolsomThierry Carrez2012-03-231-1/+1
| | | | | | Bump version to 2012.2 to formally open Folsom development. Change-Id: Ib510cc530414f9fa197aa07807aa33d097214ef4
* Add automatically generated code docs.Russell Bryant2012-03-141-0/+3
| | | | | | | | | Fix bug 954734. Fix "python setup.py build_sphinx" to build the code documentation via sphinx-apidoc. Change-Id: I18eced31aab424b7c808697324cbf6cfede442a7
* Added license header (bug 929663)Dolph Mathews2012-03-091-2/+1
| | | | Change-Id: Ia36a22f2d6bba411e4fad81ea2d6fa1f0465a733
* Align with project configs.Monty Taylor2012-03-011-2/+57
| | | | | | | | * docs in doc/ rather than docs/ * write out changelog from git * freeze requirements file Change-Id: If28d5414f7b2747fd6835546c45e1acfac8a3563
* renaming pip-requires-test to test-requiresJoe Heck2012-02-281-1/+1
| | | | | | | | | | | | | * (per request from jeblair) * version of python-ldap match between test and requires * pinned to 2.3.13 to let tests work in macosx * separating dependencies between deps and test * removed python-keystoneclient from install_requires for now. (there is no python-keystoneclient in PyPI) Real solution coming. Change-Id: I89e50d6747fb57dee7badb17bc1231d3619e3ef7
* Set include_package_data=True in setup.py.Dan Prince2012-02-211-3/+1
| | | | | | | | | | | | | | | Fixes issue where migrate.cfg was not getting installed. Also, remove the previous 'data_files' fix from setup.py as it causes files to get copied to the wrong location on install. Fixes LP Bug #937265 Change-Id: I94e89271660baca4408df470a122e127540a4131 Updates. Change-Id: I5c4744a14719393e4dc35c5ef6a292c57a81527c
* Add migrate.cfg to data_files in setup.pyGhe Rivero2012-02-201-0/+3
| | | | Change-Id: I9e06b7f496ce817a9a8a95135c75867d86a5ed31
* remove executable bit from setup.pyAlan Pevec2012-02-161-0/+0
| | | | Change-Id: I3bf7b8b8778c57784044c17b0952e7390404779f
* Renamed keystone-server to keystone-all based on commentsChuck Short2012-02-021-1/+1
| | | | | | in LP: #910484. Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Change the name of keystone to keystone-server soChuck Short2012-02-011-1/+1
| | | | | | the binaries dont conflict with python-keystoneclient. Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Fix pep8 violations.Monty Taylor2012-01-311-1/+2
| | | | Change-Id: I12e304c567b92178e193c60599c3be606cc70d38
* adding python keystoneclient to setup.py depsJoe Heck2012-01-271-1/+1
|
* removing the sphinx_build from setup.py, adding how to run the docs into the ↵Joe Heck2012-01-201-26/+0
| | | | README
* doctryJoe Heck2012-01-191-0/+27
|
* fix setup.pytermie2012-01-101-1/+1
|
* version number in setup.pytermie2012-01-091-1/+1
|
* renaming keystonelight to keystoneJoe Heck2012-01-091-2/+2
|
* add a stubby setup.pytermie2011-11-081-0/+13