summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAge
* [Packaging] Fix gtk3 glade path in MANIFESTCalum Lind2021-11-23
| | | | Missed path update when moving from gtk2 to gtk3
* [Packaging] Move user out of systemd files and add to tarballCalum Lind2019-06-08
| | | | | | | | | | | | | | | With the `deluge` user specified in the unit files it ties it to that user and makes it unavailable for re-use by systemd user instance. Remove the user and group from the unit files and put them in a separate `user.conf` file that should be installed as an override file e.g. for deluged.service this would be placed as follows: /etc/systemd/service/deluge.service.d/user.conf Add the systemd files to the tarball for package maintainers. Closes: #2034
* [packaging] sdist use xztar and exclude .mo filesCalum Lind2019-05-24
|
* Fix sdist missing test filesCalum Lind2018-10-16
| | | | | | The exclude 'deluge.tests' in setup.py is for excluding from package installation but we want the files when distributing as source so include the entire deluge/tests dir (excluding .pyc files).
* Cleanup and use markdown for source text filesCalum Lind2018-10-16
| | | | | | | Use markdown to aid readability. Update the README and use it for the long_description in setup.py Add detailed requirement information to the DEPENDS files.
* [Packaging] Simplify release script using sdistCalum Lind2017-06-27
| | | | | | * setup.py sdist now creates a pristine tar which can be used for release. * Uses the version currently checked-out in git. * Removed unneeded lines in manifest.
* Update MANIFEST for wanted/unwanted filesCalum Lind2017-06-27
|
* [Packaging] Ensure sdist tarball contains correct filesdeluge-2.0b1deluge-2.0.0b1Calum Lind2017-06-25
|
* Revert "Rename version.py to calc_version.py to fix buildd error"Calum Lind2016-11-26
| | | | This reverts commit 943a9ded00660668100d2f7c7cdba3fddb9694ea.
* Rename version.py to calc_version.py to fix buildd errorCalum Lind2016-11-26
| | | | | | - There is a version.py included with buildd that is conflicting with the deluge one. Rather than messing with sys.path it is simplest to rename version.py to calc_version.py
* [Packaging] Include WebUI debug files for dev versionsCalum Lind2015-09-04
| | | | | | * Webui will try to use debug files if deluge version contains 'dev'. * Include webui debug files in sdist. * Use exclude_package_data to remove debug files in release versions.
* Update MANIFEST and .gitattributesCalum Lind2015-08-27
| | | | | | * Modify `git archive` to include all source code so that creating a release source tarball is now done with `setup.py sdist` which uses the MANIFEST.in file to determine files to be included.
* Exclude binary translation files in sdistCalum Lind2015-08-22
|
* Remove unneeded ez_setup and 'isort' importsCalum Lind2014-09-04
|
* Update MANIFEST for webui file movementCalum Lind2014-03-03
|
* Add get_version script to automate release versions (PEP386 naming)deluge-2.0.0.dev0Calum Lind2013-05-01
|
* exclude some more things from the sdistDamien Churchill2009-11-25
|
* add the updated setup and new MANIFEST file from 1.2Damien Churchill2009-11-25