thp / minidb

Store Python objects in SQLite 3. Concise, pythonic API. Easy to write, relatively easy to read. A kind of super simple ORM, if you will. Give it a try.
https://thp.io/2010/minidb/
Other
66 stars 15 forks source link

Weird line in setup.py #9

Closed sbraz closed 6 years ago

sbraz commented 6 years ago

https://github.com/thp/minidb/blob/71352aa6ddfb363dbcbce3431834345e23586bf8/setup.py#L3 Missing comment?

thp commented 6 years ago

No this is intended, it is doc

On Sat, Jul 21, 2018, 16:22 Louis Sautier notifications@github.com wrote:

https://github.com/thp/minidb/blob/71352aa6ddfb363dbcbce3431834345e23586bf8/setup.py#L3 Missing comment?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thp/minidb/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIQSV8vdY9xNZVqaK5l2UhikILNt6-Eks5uIzkKgaJpZM4VZpFQ .

sbraz commented 6 years ago

OK, it just seems weird to have it in the middle of the comments :)