mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
python-parsley: add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -15,7 +15,6 @@ setup(
|
||||
author_email="washort42@gmail.com",
|
||||
license="MIT License",
|
||||
long_description=io.open("README", encoding="utf-8").read(),
|
||||
- packages=["ometa", "terml", "ometa._generated", "terml._generated",
|
||||
- "ometa.test", "terml.test"],
|
||||
+ packages=["ometa", "terml", "ometa._generated", "terml._generated"],
|
||||
py_modules=["parsley"]
|
||||
)
|
||||
Reference in New Issue
Block a user