Skip to content

Commit 3cc73b7

Browse files
committed
build: various fixes and release 1.0.0
1 parent 9e2e38f commit 3cc73b7

File tree

3 files changed

+3
-32
lines changed

3 files changed

+3
-32
lines changed

.metwork-framework/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include requirements.txt
2-
include .metwork-framework/README.md
2+
include README.md

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
line for line in reqs.read().split('\n')
66
if (line and not line.startswith('--')) and (";" not in line)]
77

8-
with open(".metwork-framework/README.md") as f:
8+
with open("README.md") as f:
99
long_description = f.read()
1010

1111
setup(
1212
author="Fabien MARTY",
1313
author_email="fabien.marty@gmail.com",
1414
name="jinja2_shell_extension",
15-
version="0.0.6",
15+
version="1.0.0",
1616
license="BSD",
1717
packages=find_packages(),
1818
install_requires=install_requires,

0 commit comments

Comments
 (0)