mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-10 03:19:25 +01:00
9 lines
No EOL
154 B
Python
9 lines
No EOL
154 B
Python
#!/usr/bin/env python3
|
|
|
|
from distutils.core import setup
|
|
|
|
setup(
|
|
name='toggl-time-grouper',
|
|
version='0.0.1',
|
|
scripts=['toggl-time-grouper'],
|
|
) |