Skip to content

Commit

Permalink
fix: Настройка setup tool
Browse files Browse the repository at this point in the history
  • Loading branch information
iredun committed Jan 19, 2021
1 parent 96c124f commit 6348491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[metadata]
name = django-smsru
version = 0.1.0
description = Django app for sms.ru.
long_description = file: README.md
url = 'https://github.com/iredun/django-smsru'
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from setuptools import setup

setup()
__version__ = "0.1.0"

setup(
version=__version__
)

0 comments on commit 6348491

Please sign in to comment.