Skip to content

Commit f8e0146

Browse files
committed
Revert "Ditch MANIFEST.in and use package_data"
This reverts commit 49bf7c9.
1 parent 49bf7c9 commit f8e0146

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+
include LICENSE.txt

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(filename):
2525

2626
setup(
2727
name='dockerpty',
28-
version='0.0.4',
28+
version='0.0.3',
2929
description='Python library to use the pseudo-tty of a docker container',
3030
long_description=read('README.md'),
3131
url='https://github.com/d11wtq/dockerpty',
@@ -34,7 +34,6 @@ def read(filename):
3434
license='Apache 2.0',
3535
keywords='docker, tty, pty, terminal',
3636
packages=['dockerpty'],
37-
package_data={'dockerpty': ['README.md', 'LICENSE.txt']},
3837
classifiers=[
3938
'Development Status :: 4 - Beta',
4039
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)