remarks icon indicating copy to clipboard operation
remarks copied to clipboard

Publish to PyPI

Open sabidib opened this issue 4 years ago • 2 comments
trafficstars

Any plans to publish this to PyPI?

I'm about to publish an open source project that uses this library and realized this isn't published on PyPI 😅 !

I'll open a PR shortly to prepare the repo for publication... but looking to know if there was a reason this was not a priority?

Thanks @lucasrla !

sabidib avatar Jul 07 '21 18:07 sabidib

@sabidib, have you published your project? Isn't it possible to point the dependency to this git repository URL?

I haven't really bothered publishing on PyPi yet, but might do the work soon...

Thanks

lucasrla avatar Oct 21 '22 01:10 lucasrla

Something like pip install 'remarks @ git+https://github.com/lucasrla/remarks' (with python 3.10) might work for you!

apoorvkh avatar Oct 23 '22 21:10 apoorvkh