There was an error while loading. Please reload this page.
1 parent d336ce9 commit 089f4cfCopy full SHA for 089f4cf
2 files changed
.gitignore
@@ -1,15 +1,17 @@
1
+*.DS_Store
2
+*.egg*
3
*.log
-*.log.*
4
+*.mo
5
*.pyc
6
+*.swo
7
*.swp
8
*~
9
.openstackclient-venv
10
+.tox
11
.venv
12
AUTHORS
13
build
-dist
-python_openstackclient.egg-info
-.tox/
14
ChangeLog
-TAGS
15
+dist
16
+doc/build
17
openstackclient/versioninfo
MANIFEST.in
@@ -1,6 +1,13 @@
include AUTHORS
+include ChangeLog
include LICENSE
-include README.rst
include openstackclient/versioninfo
+include README.rst
+
recursive-include doc *
recursive-include tests *
+exclude .gitignore
+exclude .gitreview
+global-exclude *.pyc
0 commit comments