1 parent 03b03c9 commit 2a020e2Copy full SHA for 2a020e2
2 files changed
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include LICENSE
2
+include README.rst
setup.py
@@ -19,6 +19,7 @@ def read(fname):
19
author_email="helgi@php.net",
20
url="http://github.com/helgi/python-command",
21
packages=find_packages(),
22
+ platforms=['any'],
23
install_requires=['setuptools'],
24
license="MIT License",
25
keywords="subprocess,command",
0 commit comments