File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ deploy:
1717 - kwikapi/__init__.py
1818 - kwikapi/django/__init__.py
1919 - kwikapi/django/kwikapi_django.py
20- name : kwikapi.django-0.2
21- tag_name : 0.2
20+ name : kwikapi.django-0.2.1
21+ tag_name : 0.2.1
2222 on :
2323 repo : deep-compute/kwikapi.django
2424- provider : pypi
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '0.2'
3+ version = '0.2.1 '
44setup (
55 name = "kwikapi-django" ,
66 version = version ,
7- packages = find_packages ("." ),
8- package_dir = {'kwikapi_django' : 'django' },
7+ packages = ['kwikapi.django' ],
98 include_package_data = True ,
109 license = 'MIT License' , # example license
1110 description = 'Quickest way to build powerful HTTP APIs in Python' ,
You can’t perform that action at this time.
0 commit comments