harmonydata / harmony

The Harmony Python library: a research tool for psychologists to harmonise data and questionnaire items. Open source.
https://harmonydata.ac.uk
MIT License
7 stars 12 forks source link

Setup pyproject file #26

Closed shahid-0 closed 6 months ago

shahid-0 commented 6 months ago

Description

In this PR I have setup the pyproject toml file and also set maximum required python version in setup.py which resolves the mentioned issue.

Fixes # (issue)

25

Please delete options that are not relevant.

Testing

I have run pip install -e . and pip install -e .[dev] to test the changes

Checklist