Skip to content

Commit

Permalink
Latest core
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesridgway committed May 9, 2021
1 parent d0d27c8 commit c60fe22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include devdeck_slack/assets/*
include requirements.txt
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
assertpy
devdeck-core==1.0.5
devdeck-core==1.0.6
pytest
slack_sdk==3.1.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from setuptools import setup, find_packages
import os
import subprocess


Expand All @@ -11,7 +12,7 @@ def get_version():
return last_tag


with open('requirements.txt') as f:
with open(os.path.abspath(os.path.join(os.path.dirname(__file__), 'requirements.txt'))) as f:
install_reqs = f.read().splitlines()

setup(
Expand Down

0 comments on commit c60fe22

Please sign in to comment.