Skip to content

Commit 1d295bd

Browse files
committed
use pbr for packaging
Change-Id: I9c23be3a155fe6952ff7c4b0868892eb5ec087ce
1 parent 63fac44 commit 1d295bd

File tree

9 files changed

+84
-520
lines changed

9 files changed

+84
-520
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ virtualenvwrapper/docs
2525
.tox
2626
*.orig
2727
TAGS
28+
ChangeLog
29+
AUTHORS
2830

2931
syntax: re
3032
.DS_Store

.hgtags

Lines changed: 0 additions & 91 deletions
This file was deleted.

ChangeLog

Lines changed: 0 additions & 200 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
include setup.py
2-
include distribute_setup.py
3-
include tests/*
4-
include tests/testpackage/setup.py
5-
include tests/testpackage/testscript.py
6-
include tests/testtemplate/distribute_setup.py
7-
include tests/testtemplate/setup.py
8-
include tests/testtemplate/mytemplates/*.py
91
recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt
10-
include tox.ini
11-
include LICENSE

README.rst renamed to README.txt

File renamed without changes.

docs/source/history.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ dev
1919
virtualenvs. Suggested by Dave Coutts in :bbissue:`186`.
2020
- Fix :ref:`command-lsvirtualenv` when there are spaces in
2121
``WORKON_HOME``. Resolves :bbissue:`194`.
22+
- Switch to `pbr`_ for packaging.
23+
24+
.. _pbr: https://github.com/openstack-dev/pbr
2225

2326
4.0
2427
===

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
virtualenv
2+
virtualenv-clone
3+
stevedore

0 commit comments

Comments
 (0)