Supporting PyPi Upload Via Travis
-Updating travis config to allow upload to pypi on tags -Removed some templated items from README
This commit is contained in:
parent
8bb3cdbb84
commit
69b9ead6e3
@ -15,3 +15,11 @@ install:
|
|||||||
|
|
||||||
script: tox
|
script: tox
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: pypi
|
||||||
|
user: internaphosting
|
||||||
|
password:
|
||||||
|
secure: Yfg+t3plmuRyBSkk+NTY/cn6OjycsFFjng4SVA8OkepbN8zMFZgArjUvGkIrYT96js6TgzAeSn6faK5f3NH4lwDwGRefg5GZNST4PU/tfoBUV/+b/rtbEWDNgAIYTr7v7ObvNN9YQ9+PPU3RuNsrq5qMsvUgu/fLyNxGGD2b5N63YXfyku2lhFe/Ij4MZLUwhoKD0TGjxjfVT2hoMCZvGbR7kiu3Av1xVbDYCmAPEtBoCq5zkZMiC3r1xMyZpo7oWXhSVGpFy3v1jhHHy0Z4ZS7AwRy9p54RD5Z9yZ7M8buasXb21nu2hlGTOfKkQVG6dC+fHTTqyCJahW8dJa24GGy+zJ3N46llcSSXB+UQSbmqtwwE9qWdSpf1XlInTsTu5ugLXwiGb+Ty3P665LN91UY5hA0G/fk+kHbY2r+rmxMuW6/0/L9YasXI5CH8dUOhagVs8n9MXX8fzu659ctTZs3ZQXPp+m+Y3fUnTJ9vfOFveKU9EGkeO0n6RaKc+/6qqZx+lwmJJzHJ0epmPXcMdFuQozhJjTICzoF6q6FFJxEc+Xd6qfc+xOyCLZfyWCF/N3MRN0yNYr0wrPvQS2sz/H4swZVJjyws/bDEWvnmXB6RMEDkeFqbP7+MiIV7/3PevPSQfbgNgO5xCAGKlrdkB9dhHrZQc+E2s7WAdEHCcjA=
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
repo: internap/virtualpdu
|
||||||
|
14
README.rst
14
README.rst
@ -2,18 +2,12 @@
|
|||||||
virtualpdu
|
virtualpdu
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
VirtualPDU is a service for simulating virtual power distribution outlets (PDUs).
|
VirtualPDU is a service for simulating virtual power distribution outlets
|
||||||
|
(PDUs).
|
||||||
|
|
||||||
Please fill here a long description which must be at least 3 lines wrapped on
|
virtualpdu is licensed under the Apache License like the rest of OpenStack.
|
||||||
80 cols, so that distribution package maintainers can use it in their packages.
|
|
||||||
Note that this is a hard requirement.
|
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license, Version 2.0
|
||||||
* Documentation: http://docs.openstack.org/developer/virtualpdu
|
* Documentation: http://docs.openstack.org/developer/virtualpdu
|
||||||
* Source: http://git.openstack.org/cgit/openstack/virtualpdu
|
* Source: http://git.openstack.org/cgit/openstack/virtualpdu
|
||||||
* Bugs: http://bugs.launchpad.net/virtualpdu
|
* Bugs: http://bugs.launchpad.net/virtualpdu
|
||||||
|
|
||||||
Features
|
|
||||||
--------
|
|
||||||
|
|
||||||
* TODO
|
|
||||||
|
Loading…
Reference in New Issue
Block a user