Skip to content

Commit c378682

Browse files
Simplify setup further.
1 parent a8445f7 commit c378682

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from setuptools import setup, find_packages
32

43

@@ -8,7 +7,5 @@
87
description='Hello world in pyface task',
98
ext_modules=[],
109
packages=find_packages(),
11-
data_files=[
12-
(".", ["README.md"]),
13-
],
10+
data_files=[],
1411
)

0 commit comments

Comments
 (0)