Skip to content

Commit

Permalink
Prepare to production
Browse files Browse the repository at this point in the history
  • Loading branch information
Otajonov committed Jun 3, 2024
1 parent c566c18 commit 096c1c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
license_file = LICENSE
license_files = LICENSE

[isort]
profile = black
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup


__version__ = "0.1.5"
__version__ = "0.1.6"

f = open("README.rst")
readme = f.read()
Expand All @@ -19,11 +19,11 @@
author_email="hello@tijorat.org",
maintainer="Ro'zmat Otajonov",
maintainer_email="hello@tijorat.org",
url="https://docs.tijorat.org/django/",
url="https://github.com/Otajonov/django-eskiz-sms",
packages=find_packages(exclude=["tests*"]),

project_urls={
"Batafsil qo'llanma": "https://docs.tijorat.org/django-eskiz-sms",
"Yordam": "https://t.me/RozmatOtajonov",
"GitHub Soure Code": "https://github.com/Otajonov/django-eskiz-sms",
},

Expand All @@ -40,13 +40,15 @@
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
zip_safe=False,
python_requires=">=3.7",
Expand Down

0 comments on commit 096c1c6

Please sign in to comment.