Browse Source

Merge pull request #569 from tracim/develop

Bastien Sevajol 6 years ago
parent
commit
ac50519c48
No account linked to committer's email
2 changed files with 6 additions and 0 deletions
  1. 3 0
      tracim/setup.py
  2. 3 0
      uppgrade_caldavzap.sh

+ 3 - 0
tracim/setup.py View File

59
     include_package_data=True,
59
     include_package_data=True,
60
     test_suite='nose.collector',
60
     test_suite='nose.collector',
61
     tests_require=testpkgs,
61
     tests_require=testpkgs,
62
+    extras_require={
63
+        'test': testpkgs,
64
+    },
62
     package_data={
65
     package_data={
63
         'tracim': [
66
         'tracim': [
64
             'i18n/*/LC_MESSAGES/*.mo',
67
             'i18n/*/LC_MESSAGES/*.mo',

+ 3 - 0
uppgrade_caldavzap.sh View File

1
 #!/usr/bin/env bash
1
 #!/usr/bin/env bash
2
+
2
 read -p "Delete actual tracim/tracim/public/caldavzap folder? " -n 1 -r
3
 read -p "Delete actual tracim/tracim/public/caldavzap folder? " -n 1 -r
3
 echo    # (optional) move to a new line
4
 echo    # (optional) move to a new line
5
+
4
 if [[ $REPLY =~ ^[Yy]$ ]]
6
 if [[ $REPLY =~ ^[Yy]$ ]]
5
 then
7
 then
6
     rm -r tracim/tracim/public/caldavzap
8
     rm -r tracim/tracim/public/caldavzap
7
 fi
9
 fi
10
+
8
 git clone https://github.com/algoo/caldavzap.git tracim/tracim/public/caldavzap
11
 git clone https://github.com/algoo/caldavzap.git tracim/tracim/public/caldavzap
9
 rm -rf tracim/tracim/public/caldavzap/.git
12
 rm -rf tracim/tracim/public/caldavzap/.git