Skip to content

Commit

Permalink
打包配置调整(dependencies列表注册纠正)
Browse files Browse the repository at this point in the history
Signed-off-by: Sadam·Sadik <[email protected]>
  • Loading branch information
Haoke98 committed Mar 8, 2024
1 parent dc1e8fa commit 24a683d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[project]
name = "DjangoAsyncAdmin"
version = "6.11.1"
version = "6.11.2"
authors = [
{ name = "Sadam·Sadik", email = "[email protected]" },
]
description = "A second development project based on SimplePro for out of print version 6.5.2"
readme = "README.md"
requires-python = ">=3.6"
dependencies = [
'django>=2.1', 'django-simpleui>=2022.11.30', 'django-import-export', 'requests', 'rsa', 'psutil>=5.9.8'
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
======================================="""
from setuptools import setup, find_packages

requires = ['django>=2.1', 'django-simpleui>=2022.11.30', 'django-import-export', 'requests', 'rsa', 'psutil>=5.9.8']
setup(packages=find_packages(exclude=[]), install_requires=requires)
setup(packages=find_packages(exclude=[]))

0 comments on commit 24a683d

Please sign in to comment.