mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch 'remove-compile_catalog' into 'master'
stop compiling locale files for the sdist tarballs See merge request fdroid/fdroidserver!1077
This commit is contained in:
commit
5eda215d81
3 changed files with 4 additions and 4 deletions
|
|
@ -32,6 +32,7 @@ include locale/pl/LC_MESSAGES/fdroidserver.po
|
||||||
include locale/pt/LC_MESSAGES/fdroidserver.po
|
include locale/pt/LC_MESSAGES/fdroidserver.po
|
||||||
include locale/pt_BR/LC_MESSAGES/fdroidserver.po
|
include locale/pt_BR/LC_MESSAGES/fdroidserver.po
|
||||||
include locale/pt_PT/LC_MESSAGES/fdroidserver.po
|
include locale/pt_PT/LC_MESSAGES/fdroidserver.po
|
||||||
|
include locale/ro/LC_MESSAGES/fdroidserver.po
|
||||||
include locale/ru/LC_MESSAGES/fdroidserver.po
|
include locale/ru/LC_MESSAGES/fdroidserver.po
|
||||||
include locale/sq/LC_MESSAGES/fdroidserver.po
|
include locale/sq/LC_MESSAGES/fdroidserver.po
|
||||||
include locale/tr/LC_MESSAGES/fdroidserver.po
|
include locale/tr/LC_MESSAGES/fdroidserver.po
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,9 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
|
|
||||||
# uploading here requires Python 3.5.3+ or setuptools 27+,
|
# publish with: twine upload --sign dist/fdroidserver*.tar.gz
|
||||||
# use instead: twine upload --sign dist/fdroidserver*.tar.gz
|
|
||||||
[aliases]
|
[aliases]
|
||||||
release = versioncheck compile_catalog sdist
|
release = versioncheck sdist
|
||||||
|
|
||||||
# All this below is for Babel config. Ideally we would only use
|
# All this below is for Babel config. Ideally we would only use
|
||||||
# Babel, but it is still missing some key features that gettext gives
|
# Babel, but it is still missing some key features that gettext gives
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -82,7 +82,7 @@ with open("README.md", "r") as fh:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='fdroidserver',
|
name='fdroidserver',
|
||||||
version='2.1a0',
|
version='2.1b0',
|
||||||
description='F-Droid Server Tools',
|
description='F-Droid Server Tools',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue