Skip to content

Commit 5d0575e

Browse files
authored
Release v0.1.alpha2 #13 from sugarlabs-appstore/release-v0.1.alpha2
Release v0.1.alpha2
2 parents 5ce280e + 6c0fbb9 commit 5d0575e

File tree

5 files changed

+290
-17
lines changed

5 files changed

+290
-17
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![sugarlabs appstore logo](https://raw.githubusercontent.com/sugarlabs-appstore/appstore-assets/master/sugarappstore.svg)
1+
![sugarlabs appstore logo](assets/sugarappstore.svg)
22

33
# sugarappstore
44

@@ -42,11 +42,11 @@ python3 -m sugarstore_generator
4242

4343
## Minimal usage
4444

45-
Sugarlabs appstore generator (`sugarstore_generator`) is highly customizable. A sample usage and explanation have been provided below
45+
Sugar Labs appstore generator (`sugarstore_generator`) is highly customizable. A sample usage and explanation have been provided below
4646

4747
### Pre-requisites
4848

49-
* A collection of Sugarlabs Activities in a dedicated folder. (The folder may contain other stuff). `sugarstore_generator` technically looks for `activity.info`, but not recursively. If the directory where you have clones is called `repo` (for example), then `sugarstore_generator` will only check `repo/**/activity/activity.info` exists. If, it does not match the pattern, then the folder is ignored. We have avoided recursion through directories, due to the possibility of a longer build time, etc.
49+
* A collection of Sugar Activities in a dedicated folder. (The folder may contain other stuff). `sugarstore_generator` technically looks for `activity.info`, but not recursively. If the directory where you have clones is called `repo` (for example), then `sugarstore_generator` will only check `repo/**/activity/activity.info` exists. If, it does not match the pattern, then the folder is ignored. We have avoided recursion through directories, due to the possibility of a longer build time, etc.
5050
* `CPython 3.6+`, To build `python3` activities, you need `python3` executable in `PATH`. To support `python2` activities, you need `python2` on `PATH`.
5151
* `git`executable, should be available in `PATH`
5252
* (optional): `sugar-toolkit-gtk3`, `sugar-toolkit` (to build activities, i.e., to create bundle `.xo`)

assets/sugarappstore.svg

+273
Loading

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='sugarstore-generator',
5-
version='0.1.alpha',
5+
version='0.1.alpha2',
66
packages=['sugarstore_generator', 'sugarstore_generator.lib', 'sugarstore_generator.lib.progressbar', 'sugarstore_generator.bundle', 'sugarstore_generator.platform'],
77
url='https://github.com/sugarlabs-appstore/sugarappstore',
88
download_url="https://pypi.python.org/pypi/sugarstore-generator",

0 commit comments

Comments
 (0)