first commit
0 parents
Showing
3 changed files
with
14 additions
and
0 deletions
.gitignore
0 → 100644
setup.py
0 → 100644
1 | from setuptools import setup | ||
2 | |||
3 | setup(name='zipfiles', | ||
4 | version='1.0', | ||
5 | description='modify form python package zipfile', | ||
6 | author='clay', | ||
7 | author_email='zhouweiqi@situdata.com', | ||
8 | packages=['zipfiles'], | ||
9 | classifiers=[ | ||
10 | "Programming Language :: Python :: 3", | ||
11 | "Operating System :: OS Independent", | ||
12 | ],) | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
zipfiles/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment