python packages: move all things python under lang/python

I admit this may be be a bit aggressive, but the lang
folder is getting cluttered/filled up with Python, PHP, Perl,
Ruby, etc. packages.

Makes sense to try to group them into per-lang folders.

I took the Pythons.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2017-05-17 16:45:48 +03:00
parent 1bf7af4ca5
commit 68312f49c0
144 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -Nur a/setup.py b/setup.py
--- a/setup.py 2015-09-09 10:45:25.000000000 +0800
+++ b/setup.py 2015-12-01 17:31:03.143409843 +0800
@@ -14,7 +14,6 @@
author_email="washort42@gmail.com",
license="MIT License",
long_description=open("README").read(),
- packages=["ometa", "terml", "ometa._generated", "terml._generated",
- "ometa.test", "terml.test"],
+ packages=["ometa", "terml", "ometa._generated", "terml._generated"],
py_modules=["parsley"]
)