summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Declare support for Python versions in setup.cfgAlex Gaynor2014-03-011-0/+5
| | | | Change-Id: Iffdcf7a6eab6990f9b32669070b8a4173e834613
* Merge "Support building wheels (PEP-427)"Jenkins2013-11-231-0/+3
|\
| * Support building wheels (PEP-427)Sascha Peilicke2013-11-191-0/+3
| | | | | | | | | | | | | | With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: Idfc291f496a81498df6408f189854f49eca496d3
* | Bump the development status classifier.Alex Gaynor2013-11-191-3/+3
|/ | | | Change-Id: Ib64c45080ad256fd0019072deef19fb76516486c
* Add more documentationMonty Taylor2013-07-211-0/+5
| | | | | | | | Moved a good portion of README into the sphinx docs. Also started fleshing out descriptions of how to use things. Also, fix the sphinx config. Change-Id: If53dcdaea0a48ef613e3097ab55d34f056160188
* Clean up hacking and path issues with d2to1Monty Taylor2013-07-111-0/+5
| | | | | | | We imported in another code base. It takes a little bit of path adjusting to get things right. Change-Id: Ifb96652c822d5d243a6bedb77bc34e919be2d3a8
* Align Sphinx autodoc options with oslo.Monty Taylor2013-04-061-1/+1
| | | | | | | | | | | The Sphinx autodoc changes also went into olso a little differently. Change-Id: If1f337db693053f2627c0c426a51bc13128033a7 Reviewed-on: https://review.openstack.org/25676 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
* Add support for configuring pbr sphinx options.Monty Taylor2013-03-271-0/+3
| | | | Change-Id: Idfdd1c8850433bf3ea2439f939756f5c60bb88a1
* Update documentation for release.0.5.0Monty Taylor2013-03-171-1/+1
| | | | Change-Id: I215bfa00a836c7fafb535b78e6fef89c81e28817
* Rename back to PBR.Monty Taylor2013-03-171-6/+4
| | | | Change-Id: I13ee7fab7858231b0fa17f9116176a09184e8b0e
* Just use d2to1 via hooks mechanism.Monty Taylor2013-03-111-5/+3
| | | | | | It turns out we can just have only our code and use d2to1 directly. Change-Id: I4700ad51bf4377797ede55d3cf5ec09f424874ed
* Remove version that had been used for testing.Monty Taylor2013-03-101-1/+0
| | | | Change-Id: I1ff919b9629c08893ca3df3c38a5afaf21155657
* Fix things up to work with nova.Monty Taylor2013-03-101-1/+1
| | | | | Add extern/six back - turns out setup_requires isn't transitive. Make sure .gitignore is right.
* Split out oslo.packaging.Monty Taylor2013-03-101-0/+30
Include logic taken from d2to1 to allow us to inject into setup.py. Combined with ols openstack/common/setup.py code. Change-Id: I27b341403bb8245e38f8e3c386f1a835b90b1843