blavejr / OrganiseDesktop

Python script that cleans up a messy desktop
MIT License
92 stars 77 forks source link

Support installing as a python package #91

Closed chaps closed 4 years ago

chaps commented 4 years ago

Currently, the project contains python scripts but lacks a setup.py file at the root of the project in order to enable being able to install the sources as a python package e.g. (pip install ./)

Installing as a python package also includes handling console_scripts , which enables calling the organise_desktop as a cli command after installing it.

Other benefits include shipping and distributing the sources over pypi.

chaps commented 4 years ago

The following PR is a take at setting up the setup.py file so that it can be installed as a python package:

https://github.com/blavejr/OrganiseDesktop/pull/90

KokoseiJ commented 4 years ago

Sorry for the late reply. I'm checking the code- I'll accept the code ASAP.

chaps commented 4 years ago

PR for issue was reviewed and accepted; closing issue.