mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-09-11 11:51:01 +08:00
Adding tests to pip repo
This commit is contained in:
@@ -5,11 +5,12 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "IndicoIo",
|
name = "IndicoIo",
|
||||||
version = '0.2.6',
|
version = '0.2.7',
|
||||||
packages = [
|
packages = [
|
||||||
"IndicoIo",
|
"IndicoIo",
|
||||||
"IndicoIo.text",
|
"IndicoIo.text",
|
||||||
"IndicoIo.images",
|
"IndicoIo.images",
|
||||||
|
"tests",
|
||||||
],
|
],
|
||||||
license = "MIT License (See LICENSE)",
|
license = "MIT License (See LICENSE)",
|
||||||
long_description = open("README").read(),
|
long_description = open("README").read(),
|
||||||
|
|||||||
Reference in New Issue
Block a user