Skip to content

Commit

Permalink
setup: fix typo in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Apr 1, 2022
1 parent 22271de commit e97409a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ With this in mind, the following banner should be used in any source code file
to indicate the copyright and license terms:

#------------------------------------------------------------------------------
# Copyright (c) 2013-2019, Nucleic Development Team.
# Copyright (c) 2013-2022, Nucleic Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
Expand Down
21 changes: 11 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = false
[tools.setuptools.package-data]
"enaml.applib" = ['*.enaml']
"enaml.stdlib" = ['*.enaml']
"enaml.workbench.core" = ['*.enaml']
"enaml.workbench.ui" = ['*.enaml']
"enaml.qt.docking" = [
'dock_images/*.png',
'dock_images/*.py',
'enaml_dock_resources.qrc'
]

[tool.setuptools.package-data]
"enaml.applib" = ['*.enaml']
"enaml.stdlib" = ['*.enaml']
"enaml.workbench.core" = ['*.enaml']
"enaml.workbench.ui" = ['*.enaml']
"enaml.qt.docking" = [
'dock_images/*.png',
'dock_images/*.py',
'enaml_dock_resources.qrc'
]

[tool.setuptools_scm]
write_to = "enaml/version.py"
Expand Down

0 comments on commit e97409a

Please sign in to comment.