apertium / apertium-python

now you can even use apertium from python
GNU General Public License v3.0
31 stars 27 forks source link

Get this ready for pip release #66

Closed sushain97 closed 5 years ago

sushain97 commented 5 years ago
# TODO: Add version description, keywords, author, author_email

^ Needs to happen. They should be via dunder methods on the module.

setup.py targets for these would be nice:

https://github.com/apertium/apertium-init/blob/master/Makefile#L14-L23

singh-lokendra commented 5 years ago

setup.py targets for these would be nice:

Should I create a Makefile for this?

sushain97 commented 5 years ago

If we can do something in Python, that would be great. If not, Makefile works OK.