File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.0.1 "
1+ __version__ = "0.0.2 "
22
33from .utils import *
44from .framework import *
Original file line number Diff line number Diff line change 33from modelmaker import __version__
44
55setup (
6- name = 'modelmaker ' ,
6+ name = 'model-maker ' ,
77 version = __version__ ,
88 author = 'shirecoding' ,
9+ author_email = "shirecoding@gmail.com" ,
910 scripts = ['bin/modelmaker' ],
1011 install_requires = [
1112 'Jinja2' ,
1516 url = 'https://github.com/shirecoding/ModelMaker' ,
1617 download_url = 'https://github.com/shirecoding/ModelMaker/archive/0.0.1.tar.gz' ,
1718 long_description = open ('README.md' ).read (),
19+ classifiers = [
20+ "Programming Language :: Python :: 3" ,
21+ "License :: OSI Approved :: MIT License" ,
22+ "Operating System :: OS Independent" ,
23+ ],
1824 zip_safe = False ,
19- include_package_data = True ,
2025 packages = find_packages () + [
2126 'modelmaker.resources'
2227 ],
You can’t perform that action at this time.
0 commit comments