Skip to content

Commit

Permalink
marafet
Browse files Browse the repository at this point in the history
  • Loading branch information
mom1 committed Dec 15, 2019
1 parent a042ec5 commit a7ad2ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.0.0b5
python -m pip install poetry
- name: Build and publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[tool.poetry]
name = 'django-tof'
version = "0.3.0"
description = '''Freely distributed library that allows you to translate fields of django models without having to restart the server,
without changing the model code, with the storage of translations in the database.'''
description = 'Translate fields of django models without having to restart the server, without changing the model code.'
authors = ['MaxST <[email protected]>']
license = 'MIT'
repository = 'https://github.com/mom1/django-tof'
homepage = 'https://github.com/mom1/django-tof/wiki/django-tof'
keywords = ['translations', 'translate', 'django', 'model']
readme = 'README.md'
classifiers = [
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit a7ad2ee

Please sign in to comment.