Skip to content

Commit

Permalink
2017-07-18
Browse files Browse the repository at this point in the history
2017-07-18
  • Loading branch information
MacHu-GWU committed Jul 18, 2017
1 parent 2a3bd52 commit 4d3a933
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
# User Settings
elementary_math.egg-info
start-a-project/elementary_math-project
*index.rst

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 2 additions & 0 deletions start-a-project/_generate_automate_scripts.py
Expand Up @@ -46,6 +46,8 @@ def generate_files():
for basename in file_list:
src = join(current_dir, basename)
dst = src.replace(template_dir, output_dir)
if dst.endswith(".python"):
dst = dst[:-7] + ".py"

content = read(src).\
replace("{{ package_name }}", package_name).\
Expand Down
File renamed without changes.

0 comments on commit 4d3a933

Please sign in to comment.