mirror of
https://github.com/django-components/django-components.git
synced 2025-08-09 16:57:59 +00:00
chore: use src layout
This commit is contained in:
parent
f2c925e1e2
commit
a7901c7c17
20 changed files with 4 additions and 2 deletions
6
setup.py
6
setup.py
|
@ -1,13 +1,15 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import setup
|
||||||
|
|
||||||
VERSION = "0.61"
|
VERSION = "0.61"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django_components",
|
name="django_components",
|
||||||
packages=find_packages(exclude=["tests"]),
|
package_dir={
|
||||||
|
"django_components": "src/django_components"
|
||||||
|
},
|
||||||
package_data={
|
package_data={
|
||||||
"django_components": ["py.typed"],
|
"django_components": ["py.typed"],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue