Moved the source files to the "src" subdirectory.
This commit is contained in:
parent
24c3b868e0
commit
3cef0d7009
setup.py
src
accounting
__init__.pyapps.pyconverters.pyforms.py
locale/zh_Hant/LC_MESSAGES
management/commands
migrations
models.pystatic/accounting
css
js
templates/accounting
account_detail.htmlaccount_form.htmlaccount_list.html
include
report-balance-sheet.htmlreport-cash-summary.htmlreport-cash.htmlreport-income-statement.htmlreport-journal.htmlreport-ledger-summary.htmlreport-ledger.htmlreport-trial-balance.htmlsearch.htmltransaction_expense_detail.htmltransaction_expense_form.htmltransaction_income_detail.htmltransaction_income_form.htmltransaction_sort_form.htmltransaction_transfer_detail.htmltransaction_transfer_form.htmltemplatetags
tests.pyurls.pyutils.pyvalidators.pyviews.pymia_core
3
setup.py
3
setup.py
@ -28,7 +28,7 @@ setuptools.setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/imacat/mia-accounting",
|
||||
packages=setuptools.find_packages(),
|
||||
packages=setuptools.find_packages(where="src"),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
@ -39,4 +39,5 @@ setuptools.setup(
|
||||
python_requires=">=3.6",
|
||||
install_requires=["django", "django-dirtyfields", "titlecase",
|
||||
"django-decorator-include"],
|
||||
package_dir={"": "src"},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user