Test putting readme in docs dir

eg_worker_poolz
Tyler Goodlet 2021-02-21 17:47:06 -05:00
parent a93321e48e
commit 2b3beac4b4
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from setuptools import setup
with open('README.rst', encoding='utf-8') as f:
with open('docs/README.rst', encoding='utf-8') as f:
readme = f.read()