kjaymiller / Az-Queue-Tweeter

Send Tweets via Azure Storage Queues
https://pypi.org/project/azqueuetweeter/
MIT License
1 stars 1 forks source link

Replace Poetry with Setuptools #20

Open kjaymiller opened 2 years ago

kjaymiller commented 2 years ago

Poetry is fine but is another dependency and point of pause for beginners.

We can use setuptools and a default. This moves us to the traditional venv + pip workflow that is still most common.