mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-09-09 11:14:32 +08:00
added explicit manifest file
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
include *.txt
|
||||||
|
include README.md
|
||||||
|
recursive-include examples *.txt *.py
|
||||||
|
prune examples/sample?/build
|
||||||
@@ -5,7 +5,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "IndicoIo",
|
name = "IndicoIo",
|
||||||
version = '0.2.0',
|
version = '0.2.1',
|
||||||
packages = ["IndicoIo",],
|
packages = ["IndicoIo",],
|
||||||
license = "MIT License (See LICENSE)",
|
license = "MIT License (See LICENSE)",
|
||||||
long_description = open("README.md").read(),
|
long_description = open("README.md").read(),
|
||||||
|
|||||||
Reference in New Issue
Block a user