5aef6b62 by 周伟奇

first commit

0 parents
*.idea
.DS_Store
\ No newline at end of file
from setuptools import setup
setup(name='zipfiles',
version='1.0',
description='modify form python package zipfile',
author='clay',
author_email='zhouweiqi@situdata.com',
packages=['zipfiles'],
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],)
\ 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!