abhinavsp0730 / blip

Python package to intercept an mock all external api calls during django test.
MIT License
2 stars 4 forks source link

Change setup.py to open README.md file from root directory. #4

Open abhinavsp0730 opened 10 months ago

abhinavsp0730 commented 10 months ago

Right now there's a bug in setup.py file. https://github.com/abhinavsp0730/blip/blob/ab019e65fdfbf547e001d1ecdabcc57970f70897/Blip/setup.py#L7

So, whenever I have to push a new version to PyPi, I have to manually put README.md file to dir in which setup.py file is.

So, make the changes in https://github.com/abhinavsp0730/blip/blob/ab019e65fdfbf547e001d1ecdabcc57970f70897/Blip/setup.py#L7
in way it'll open the README.md file from root dir.

0xsoydev commented 10 months ago

@abhinavsp0730 Hey, I'm a beginner and I feel like I might be able to solve this issue, would like you to assign this issue to me.

vaishnavi-2901 commented 1 month ago

is this still open issue?