Commit Graph

14 Commits

Author SHA1 Message Date
melissaml e0289362b8 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: Iedb00886e132326e1c3617893d2898d97dc70d03
2018-04-21 04:47:05 +08:00
Darragh Bailey 98b283ec37 Include files for sphinx based documentation
Change-Id: I5d6a30d986bc82cc22f0b095a000fe7e055fc588
2016-11-01 19:06:52 +00:00
Darragh Bailey b95b257fe1 Auto build and install default man page
Change-Id: I0b6c8442c98b11fd35b3851e7b31b8ebfa1c3785
2016-11-01 18:54:50 +00:00
Paul Bourke 00377869a9 Show rebase help during interactive import
This commit extends the todo epilogue to include the usage text that is
shown during a standard git rebase.

The specific content of this can vary between Git versions, though only
slightly. The main change I can see looking at
https://github.com/git/git/blame/master/git-rebase--interactive.sh is
that a "drop" command was added 2.6.0 onwards, so two epilogue files are
supplied to deal with this. Further ones could be added in the future.

Change-Id: I89a840c6a02960c9f0f0204d85a3dd162e0a759a
2016-05-26 16:37:11 +01:00
Darragh Bailey 30f6bf2874 Update package author/maintainer details
Ensure information that appears in the PKG_INFO used on pypi is current.

Change-Id: Ib14d0b5a466190be8f9658c007fa098598470127
2016-02-17 11:12:50 +00:00
Darragh Bailey 60aac04b29 Have pbr update AUTHORS but not changelog
Use pbr to update AUTHORS by running:
    python setup.py build_sphinx

However prevent it from updating the ChangeLog as its current formatting
is less desirable.

Change-Id: I5d880dbf4917e3e573ad3fd237b66064f367b597
2016-01-15 17:22:43 +00:00
Darragh Bailey ac46c29962 pep8 and whitespace fixups 2014-07-17 15:26:24 +01:00
Davide Guerri 46bffe9ac2 Fix README extension also adding a proper description file. 2014-07-17 12:33:16 +01:00
Davide Guerri b06a4e49a0 Remove remaining HP references 2014-07-15 17:45:22 +01:00
Darragh Bailey 555a9f13e3 Rename generate man page command
build_manpage is more obvious than create_manpage as most python
setuptools around generation of output ready for install are prefixed
with 'build_'.
2014-07-15 12:22:37 +01:00
Monty Taylor da5338ffce Install bash completion calls 2014-07-15 12:22:20 +01:00
Monty Taylor 99caa52b01 Fixed pep8 errors 2014-07-15 12:22:20 +01:00
Monty Taylor 942de1ae2e Prepared for upstream integration
Migrate build to pbr. Add tox.ini file. Removed debian dir.
2014-07-15 12:22:09 +01:00
Davide Guerri 55c55f8a63 Add setup.cfg
Change-Id: I82ef79c3621dacf619a02404f16464877a06f158
2013-12-20 17:06:50 +00:00