Skip to content

Commit 2a020e2

Browse files
committed
Add MANIFEST
1 parent 03b03c9 commit 2a020e2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE
2+
include README.rst

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def read(fname):
1919
author_email="helgi@php.net",
2020
url="http://github.com/helgi/python-command",
2121
packages=find_packages(),
22+
platforms=['any'],
2223
install_requires=['setuptools'],
2324
license="MIT License",
2425
keywords="subprocess,command",

0 commit comments

Comments
 (0)