Skip to content

Commit 3d2778d

Browse files
committed
Switch from distutils-extra to setuptools and setuptools-gettext
Some refactoring of the project layout is required, such as: - Moving data/ under the variety package (it needs to be there for setuptools to pick it up) - setuptools-gettext generates variety/locale from po/ as part of the build. Add it to gitignore
1 parent b454cc6 commit 3d2778d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1464
-1238
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ __pycache__/
88
*.py[cod]
99
*$py.class
1010
.pybuild/
11+
variety/locale
1112

1213
# C extensions
1314
*.so

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sudo apt install variety-slideshow
6060
To build Variety from source, you will need the following:
6161

6262
- setuptools
63-
- [python-distutils-extra](https://launchpad.net/python-distutils-extra)
63+
- setuptools-gettext
6464

6565
#### Runtime Requirements
6666

data

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
variety/data

0 commit comments

Comments
 (0)