cldf-clts / soundvectors

MIT License
1 stars 0 forks source link

setup.py #3

Closed LinguList closed 7 months ago

LinguList commented 9 months ago

I suggest to switch to a very simple setup.py file and install in a virtual environment, if this is meant as a package. You can just copy the setup from pylogeny/tree, if you work with a flat file. For data, you add a folder where you store data (but you can even put your features into a Python script, and just use a long dictionary here, so even json, as I asked for in #2 is not needed (!)).

arubehn commented 9 months ago

Will have a look at it, thanks!

arubehn commented 9 months ago

I added a simple setup.py file, feel free to check whether it looks alright.