[CHORE] Cleanup scripts, setup most of Travis

Also updated logos!
This commit is contained in:
Angelos Chalaris
2019-08-21 10:12:42 +03:00
parent 3ea7237658
commit c0d36df01c
12 changed files with 1145 additions and 729 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
// Project metadata
name: `30 seconds of python code`,
name: `30 seconds of python`,
description: `A curated collection of useful Python snippets that you can understand in 30 seconds or less.`,
shortName: `30s`,
repositoryUrl: `https://github.com/30-seconds/30-seconds-of-python-code`,
@ -11,5 +11,5 @@ module.exports = {
pagePath: `src/docs/pages`,
staticPartsPath: `src/static-parts`,
// General information
language: `python`,
language: `py`,
};