Screw it, building is not handled by pipenv
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user