5aef6b62 by 周伟奇

first commit

0 parents
1 *.idea
2 .DS_Store
...\ No newline at end of file ...\ No newline at end of file
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
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!