Screw it, building is not handled by pipenv

This commit is contained in:
2021-07-16 13:28:58 +02:00
parent 5fca4dc52a
commit d5789cef75
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
with open('../Readme.md') as f:
with open('Readme.md') as f:
readme = f.read()
setup(