Skip to content

Commit 425d904

Browse files
committed
Fix installation on newer setuptools versions
Yes, this just broke without warning.
1 parent a594b7e commit 425d904

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.rst
22
include LICENSE.txt
3+
graft tej/remotes

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def list_files(d, root):
2626
version='0.2',
2727
packages=['tej'],
2828
package_data={'tej': list_files('remotes/default', 'tej')},
29+
include_package_data=True,
2930
entry_points={
3031
'console_scripts': [
3132
'tej = tej.main:main']},

0 commit comments

Comments
 (0)