13 Commits

Author SHA1 Message Date
Dylan Araps
52cd5e5f1a General: Unhardcode all CACHE_DIR and COLOR_COUNT usage. 2017-07-20 23:19:13 +10:00
dylan araps
88bdd9ab01 api: Use wal file in __main__.py 2017-07-20 13:40:31 +10:00
dylan araps
b8d6049aa8 api: Move api funtions to wal.py 2017-07-20 12:57:57 +10:00
dylan araps
9587854303 general: Start work on a proper api. 2017-07-20 10:42:31 +10:00
Dylan Araps
0f6b48523c general: Remove executable permission from python files. 2017-07-01 18:24:59 +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
091021a878 General: Add __version__ to __init__.py 2017-06-26 20:03:53 +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
eab524f372 General: Changes 2017-06-26 10:23:43 +10:00
Dylan Araps
bd8ae8ffc8 export: Fix bug with color66 appearing in export files. Closes #6 2017-06-26 10:14:32 +10: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