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 "
2
2
3
3
from .utils import *
4
4
from .framework import *
Original file line number Diff line number Diff line change 3
3
from modelmaker import __version__
4
4
5
5
setup (
6
- name = 'modelmaker ' ,
6
+ name = 'model-maker ' ,
7
7
version = __version__ ,
8
8
author = 'shirecoding' ,
9
+
9
10
scripts = ['bin/modelmaker' ],
10
11
install_requires = [
11
12
'Jinja2' ,
15
16
url = 'https://github.com/shirecoding/ModelMaker' ,
16
17
download_url = 'https://github.com/shirecoding/ModelMaker/archive/0.0.1.tar.gz' ,
17
18
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
+ ],
18
24
zip_safe = False ,
19
- include_package_data = True ,
20
25
packages = find_packages () + [
21
26
'modelmaker.resources'
22
27
],
You can’t perform that action at this time.
0 commit comments