Open jcklie opened 6 years ago
I set up a Travis build job and added a build status badge to the README file.
In the perspective of publishing this package on PyPi (which I do hope will happen), would it be possible to change the package name to a lowercased name without spaces, e.g. "dkpro-pycas"?
When installing this via pipenv
from github I'm running into few issues that I believe are related to the package name as specified in setup.py
.
Please use dkpro-cassis.
DKPro PyCas is superseded by DKPro Cassis. The repo is here only for historic reference.
It would be nice to make this project installable for instance via
pip
. This requires the project to be a proper Python package. This would allow potential users to install this either via git:pip install git+https://github.com/dkpro/dkpro-pycas
Another nice thing would be to publish this on pypi. An example python package can be found in https://github.com/BillMills/python-package-example.