Skip to content

Commit 1ffeab0

Browse files
committed
update project descriptions
1 parent 032f3ac commit 1ffeab0

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

setup.py

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,11 @@
4545

4646

4747
ld = """
48-
Gitless is an experimental version control system built on top of Git.
49-
Many people complain that Git is hard to use. We think the problem lies
50-
deeper than the user interface, in the concepts underlying Git. Gitless
51-
is an experiment to see what happens if you put a simple veneer on an
52-
app that changes the underlying concepts. Because Gitless is implemented
53-
on top of Git (could be considered what Git pros call a \"porcelain\" of
54-
Git), you can always fall back on Git. And of course your coworkers you
55-
share a repo with need never know that you're not a Git aficionado.
48+
Gitless is a version control system built on top of Git, that is easy to learn
49+
and use. It features a simple commit workflow, independent branches, and
50+
a friendly command-line interface. Because Gitless is implemented on top of
51+
Git, you can always fall back on Git. And your coworkers you share a repo with
52+
need never know that you're not a Git aficionado.
5653
5754
More info, downloads and documentation @ `Gitless's
5855
website <http://gitless.com>`__.
@@ -61,11 +58,11 @@
6158
setup(
6259
name='gitless',
6360
version=version,
64-
description='A version control system built on top of Git',
61+
description='A simple version control system built on top of Git',
6562
long_description=ld,
6663
author='Santiago Perez De Rosso',
6764
author_email='sperezde@csail.mit.edu',
68-
url='http://gitless.com',
65+
url='https://gitless.com',
6966
packages=['gitless', 'gitless.cli'],
7067
install_requires=[
7168
# make sure install_requires is consistent with requirements.txt

snap/snapcraft.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ name: gitless
44
version: git
55
summary: A simple version control system built on top of Git
66
description: |
7-
Gitless is an experimental version control system built on top of Git.
8-
Many people complain that Git is hard to use. We think the problem lies
9-
deeper than the user interface, in the concepts underlying Git. Gitless
10-
is an experiment to see what happens if you put a simple veneer on an
11-
app that changes the underlying concepts. Because Gitless is implemented
12-
on top of Git (could be considered what Git pros call a "porcelain" of
13-
Git), you can always fall back on Git. And of course your coworkers you
14-
share a repo with need never know that you're not a Git aficionado.
7+
Gitless is a version control system built on top of Git, that is easy to learn
8+
and use. It features a simple commit workflow, independent branches, and
9+
a friendly command-line interface. Because Gitless is implemented on top of
10+
Git, you can always fall back on Git. And your coworkers you share a repo with
11+
need never know that you're not a Git aficionado.
12+
1513
1614
# Base snap for snapd that is based on Ubuntu 18.04
1715
base: core18

0 commit comments

Comments
 (0)