Skip to content

Commit 1d73700

Browse files
committed
解决了打包包含问题
Signed-off-by: Sadam·Sadik <1903249375@qq.com>
1 parent 2702fc5 commit 1d73700

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recursive-include django_celery_stack *.py
2+
recursive-include django_celery_stack/locale *.po

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,17 @@ Whether you are a traditional web developer who needs to process a large amount
4040
requires complex scheduling tasks, Django Celery Stack & Admin is the perfect choice for you. It provides an efficient
4141
and scalable asynchronous task and scheduling solution that will make your Django project run smoother. Join us now and
4242
start enjoying the convenience brought by Django Celery Stack & Admin!
43+
44+
### Develop & Contribution
45+
1. Clone the project to your local.
46+
```shell
47+
git clone https://github.com/Haoke98/django-celery-stack.git
48+
```
49+
2. Build the package.
50+
```shell
51+
python setup.py build sdist
52+
```
53+
3. Deploy to [PyPI](https://pypi.org).
54+
```shell
55+
twine upload dist/*
56+
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-celery-stack"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
dependencies = [
99
"django-crontab>=0.7.1",
1010
"DjangoAsyncAdmin>=6.11.2",

0 commit comments

Comments
 (0)