Skip to content

Commit 7ab047a

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 8c68fc2 commit 7ab047a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = 'pypi'
77
python_version= '3.6'
88

99
[packages]
10+
gease = "*"
1011

1112
[dev-packages]
1213
nose = "*"

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gease

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@
6262

6363

6464
INSTALL_REQUIRES = [
65+
"gease",
6566
]
6667
SETUP_COMMANDS = {}
6768

6869
PACKAGES = find_packages(exclude=["ez_setup", "examples", "tests", "tests.*"])
69-
EXTRAS_REQUIRE = {}
70+
EXTRAS_REQUIRE = {
71+
}
7072
# You do not need to read beyond this line
7173
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
7274
GS_COMMAND = ("gs moban-jinja2-github v0.0.0 " +

0 commit comments

Comments
 (0)