Improved publishing

This commit is contained in:
2021-03-09 21:07:47 +01:00
parent 11399d7ea7
commit e8afff0e48
5 changed files with 42 additions and 13 deletions

View File

@@ -12,9 +12,10 @@ setuptools.setup(
license='$LicenseName',
author='$Author',
author_email='$AuthorMail',
include_package_data=$InstallPackageData,
include_package_data=$IncludePackageData,
description='$Description',
python_requires='$PyRequires',
install_requires=$Dependencies,
entry_points=$EntryPoints
entry_points=$EntryPoints,
package_data=$PackageData
)