from distutils.core import setup
setup(
name = 'Topsis_Sunidhi_101983052', # How you named your package folder (MyLib)
packages = ['Topsis_Sunidhi_101983052'], # Chose the same as "name"
version = '0.1', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'TYPE YOUR DESCRIPTION HERE', # Give a short description about your library
author = 'YOUR NAME', # Type in your name
author_email = 'your.email@domain.com', # Type in your E-Mail
url = 'https://github.com/user/reponame', # Provide either the link to your github or to your website
download_url = 'https://github.com/user/reponame/archive/v_01.tar.gz', # I explain this later on
keywords = ['SOME', 'MEANINGFULL', 'KEYWORDS'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'validators',
'beautifulsoup4',
],
classifiers=[
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
'Intended Audience :: Developers', # Define that your audience are developers
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License', # Again, pick a license
'Programming Language :: Python :: 3', #Specify which pyhton versions that you want to support
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:Topsis_Sunidhi_101983052-0.1.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
Topsis_Sunidhi_101983052-0.1.tar.gz (5个子文件)
Topsis_Sunidhi_101983052-0.1
PKG-INFO 769B
Topsis_Sunidhi_101983052
first.py 65B
__init__.py 0B
second.py 67B
setup.py 2KB
共 5 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- java超市便利店管理系统源码数据库 MySQL源码类型 WebForm
- (源码)基于SpringMVC和Activiti框架的业务流程管理系统.zip
- C# WPF 通用上位机,加载曲线,传感器,打开端口,勾选添加曲线,温度开关等等
- jsp ssm 学生选课系统 在线选课 高校选课管理 项目源码 web java【项目源码+数据库脚本+项目说明+软件工具】毕设
- (源码)基于Java和JSP的图书管理系统.zip
- (源码)基于SpringBoot和WebSocket的即时消息推送系统.zip
- (源码)基于SpringBoot和Vue的影院管理系统.zip
- (源码)基于SpringBoot和MyBatisPlus的用户管理系统.zip
- 全新完整版H5商城系统源码 亲测 附教程.zip
- (源码)基于Python的咖啡粉反射率分析系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功