File tree 2 files changed +4
-4
lines changed
django_blog_it/docs/source
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '0.2 '
54
+ version = '0.1 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.2 '
56
+ release = '0.1 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
7
7
# allow setup.py to be run from any path
8
8
os .chdir (os .path .normpath (os .path .join (os .path .abspath (__file__ ), os .pardir )))
9
- PROJECT_NAME = 'micro_blog '
9
+ PROJECT_NAME = 'django_blog_it '
10
10
11
11
data_files = []
12
12
for dirpath , dirnames , filenames in os .walk (PROJECT_NAME ):
22
22
23
23
setup (
24
24
name = 'django-blog-it' ,
25
- version = '0.0.4 ' ,
25
+ version = '0.1 ' ,
26
26
packages = find_packages (exclude = ['tests' , 'tests.*' ]),
27
27
include_package_data = True ,
28
28
description = 'A simple installable app for writing blog posts' ,
You can’t perform that action at this time.
0 commit comments