Wykres commitów

3 Commity (b430cc84870c8edca904b8e82b1d1b85eb5eeaa2)

Autor SHA1 Wiadomość Data
Nicolas 530eedba27
Restore __init__ file because these scripts are not examples scripts 2018-07-21 21:42:38 +02:00
Stein Magnus Jodal b6185a2c91 Don't install example scripts
This can either be accomplished by:

A) making the scripts directory not be a Python module by removing the
`__init__.py` file, or

B) add `scripts` to the `excludes` parameter of `find_packages()` in
setup.py.

Since the there is no reason the scripts directory needs to be a Python
module, I went with A.
2018-05-19 00:44:38 +02:00
Nico a8e5879551 Remove blinker signal
Add some debugging info
2015-10-20 21:53:21 +02:00