t-wissmann / barpyrus

A python wrapper for lemonbar
Other
33 stars 7 forks source link

Add a setup.py #1

Closed The-Compiler closed 7 years ago

The-Compiler commented 7 years ago

This also removes the (unused) sys.argv parameter to mainloop.main so it can be used as a setuptools entry point. If we intend to use sys.argv later, we can just use it directly in mainloop.py or use an argument with sys.argv as default value.