We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2e38f commit 3cc73b7Copy full SHA for 3cc73b7
.metwork-framework/README.md
MANIFEST.in
@@ -1,2 +1,2 @@
1
include requirements.txt
2
-include .metwork-framework/README.md
+include README.md
setup.py
@@ -5,14 +5,14 @@
5
line for line in reqs.read().split('\n')
6
if (line and not line.startswith('--')) and (";" not in line)]
7
8
-with open(".metwork-framework/README.md") as f:
+with open("README.md") as f:
9
long_description = f.read()
10
11
setup(
12
author="Fabien MARTY",
13
author_email="fabien.marty@gmail.com",
14
name="jinja2_shell_extension",
15
- version="0.0.6",
+ version="1.0.0",
16
license="BSD",
17
packages=find_packages(),
18
install_requires=install_requires,
0 commit comments