Commit Graph

359 Commits

Author SHA1 Message Date
Dylan Araps
bae528e856 tests: Integrate tests with setup.pu 2017-06-27 11:53:40 +10:00
Dylan Araps
9d9b24e415 General: Add initial test. 2017-06-27 11:41:04 +10:00
Dylan Araps
277c27c98a General: Remove find_packages 2017-06-27 10:43:23 +10:00
Dylan Araps
b8f1e73e11 General: Fix pywal error. 2017-06-27 10:33:30 +10:00
Dylan Araps
ae769c2401 Release: 0.2.1 2017-06-27 10:03:00 +10:00
Dylan Araps
2a990b2afa Merge pull request #10 from danielx/setup-fix
General: fix console_script entry_point. Closes #9
2017-06-27 10:05:46 +10:00
Daniel Liljeström
2cb7583da4 General: fix console_script entry_point. Closes #9 2017-06-26 21:04:32 +02:00
Dylan Araps
0c2d500938 General: Remove changelog. 2017-06-27 01:18:20 +10:00
Dylan Araps
5e95482a19 version: bump 2017-06-27 01:16:14 +10:00
Dylan Araps
793bf3d119 General: Remove unused function. 2017-06-27 01:15:20 +10:00
Dylan Araps
c90be029e5 DOCS: README 2017-06-27 01:01:42 +10:00
Dylan Araps
5c7c84601b Merge pull request #8 from dylanaraps/split
General: Split wal into multiple files.
2017-06-27 01:04:31 +10:00
Dylan Araps
94661b3716 General: Shorten sort_colors. 2017-06-27 00:52:59 +10:00
Dylan Araps
6215fd602b General: Update comments. 2017-06-26 23:46:58 +10:00
Dylan Araps
7a723eb173 General: Rename globals to settings and import constants we need. 2017-06-26 23:36:36 +10:00
Dylan Araps
0b38d7affc General: Remove last global variable. 2017-06-26 23:23:38 +10:00
Dylan Araps
21c19af696 General: Remove most globals. 2017-06-26 23:16:39 +10:00
Dylan Araps
ed306af001 General: Remove most globals. 2017-06-26 23:16:24 +10:00
Dylan Araps
8119a65f51 General: Remove most globals. 2017-06-26 23:13:51 +10:00
Dylan Araps
091021a878 General: Add __version__ to __init__.py 2017-06-26 20:03:53 +10:00
Dylan Araps
e329f3aea9 General: Renames settings.py to globals.py 2017-06-26 15:39:39 +10:00
Dylan Araps
67888e041b colors: Simplify random img. 2017-06-26 15:09:35 +10:00
Dylan Araps
25870f9872 wallpaper: Swap to os.environ.get 2017-06-26 14:51:09 +10:00
Dylan Araps
0bf70c105e General: Cleanup 2017-06-26 14:41:57 +10:00
Dylan Araps
7f321568b2 DOCS: README 2017-06-26 14:27:12 +10:00
Dylan Araps
5567d576c4 General: Fix travis 2017-06-26 12:39:53 +10:00
Dylan Araps
c7b18d8f0e General: Fix travis. 2017-06-26 12:36:35 +10:00
Dylan Araps
a3db341980 General: Reduce number of imports in gen_colors. 2017-06-26 12:29:22 +10:00
Dylan Araps
b47dcb1e0d General: Generalise functions. 2017-06-26 12:25:58 +10:00
Dylan Araps
3d1627f3c7 General: Fix missing import. 2017-06-26 12:13:05 +10:00
Dylan Araps
583a0c19ad General: Split wal into multiple files. 2017-06-26 12:09:35 +10:00
Dylan Araps
d17282cdc0 Travis: Fix travis. 2017-06-26 11:22:43 +10:00
Dylan Araps
8ced011195 General: Move wal into it's own script. 2017-06-26 11:17:45 +10:00
Dylan Araps
c9aa00774b General: Move wal into it's own script. 2017-06-26 11:17:16 +10:00
Dylan Araps
4215f700d1 General: Cleanup 2017-06-26 10:49:23 +10:00
Dylan Araps
7206eee017 DOCS: CONTRIBUTING 2017-06-26 10:36:28 +10:00
Dylan Araps
cdfda9fdb8 DOCS: CONTRIBUTING 2017-06-26 10:34:32 +10:00
Dylan Araps
eab524f372 General: Changes 2017-06-26 10:23:43 +10:00
Dylan Araps
358a2d3a9f DOCS: CHANGELOG 2017-06-26 10:15:12 +10:00
Dylan Araps
bd8ae8ffc8 export: Fix bug with color66 appearing in export files. Closes #6 2017-06-26 10:14:32 +10:00
Dylan Araps
670c352872 Merge pull request #7 from danielx/console-script
Use setuptools.setup console_scripts entry point.
2017-06-26 10:15:03 +10:00
Dylan Araps
6c7d6370a6 General: Revert fix. 2017-06-26 10:10:55 +10:00
Dylan Araps
1899080a7d DOCS: CHANGELOG 2017-06-26 09:55:22 +10:00
Dylan Araps
58e128629f export: Fix bug with color66 appearing in export files. Closes #6 2017-06-26 09:54:24 +10:00
Daniel Liljeström
4fedfd8be4 Point the python linters to the new pywal module. 2017-06-25 19:24:39 +02:00
Daniel Liljeström
e4fd761052 Use setuptools.setup console_scripts entry point.
- Switch to distributing pywal as a module and having setuptools register
  the script as an console_script entry point.

- Added python_requires field to setuptools.setup.

- Use the module version as the package version.
2017-06-25 18:53:53 +02:00
Dylan Araps
9930a18a34 Release: 0.1.6 2017-06-25 23:38:00 +10:00
Dylan Araps
0f358ba5ed General: Change shebang to python3, closes #5 2017-06-25 23:36:19 +10:00
Dylan Araps
2a611a7439 wallpaper: Supress errors on xfce 2017-06-25 16:35:05 +10:00
Dylan Araps
f582e9ad7f DOCS: README 2017-06-25 08:31:23 +10:00