Commit b2a4219f authored by Michal Čihař's avatar Michal Čihař

Revert "Rename package to weblate (lowercase)"

Renaming on PyPI does not really work.

This reverts commit 05e27fe7.
parent f15f414d
......@@ -16,7 +16,7 @@ weblate-*.tar.*
/django
.idea/*
*.sublime-*
/weblate.egg-info/
/Weblate.egg-info/
/build/
/pyuca
/data/
......
......@@ -32,7 +32,7 @@ with open('requirements.txt') as requirements:
REQUIRES = requirements.read().splitlines()
setup(
name='weblate',
name='Weblate',
version='2.3',
packages=[
'weblate',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment