Moved the source files to the "src" subdirectory.
This commit is contained in:
parent
24c3b868e0
commit
3cef0d7009
3
setup.py
3
setup.py
@ -28,7 +28,7 @@ setuptools.setup(
|
|||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/imacat/mia-accounting",
|
url="https://github.com/imacat/mia-accounting",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(where="src"),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
@ -39,4 +39,5 @@ setuptools.setup(
|
|||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
install_requires=["django", "django-dirtyfields", "titlecase",
|
install_requires=["django", "django-dirtyfields", "titlecase",
|
||||||
"django-decorator-include"],
|
"django-decorator-include"],
|
||||||
|
package_dir={"": "src"},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user