Release package to PyPi.
Please delete options that are not relevant.
A good medium post for high-level details: https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56
Guide from PyPi main page: https://packaging.python.org/tutorials/packaging-projects/
@NMontanaBrown @YipengHu @mathpluscode
A few things will be needed for this (beyond some minor changes in the codebase);
DESCRIPTION
AUTHOR
AUTHOR EMAIL
KEYWORDS
CLASSIFIERS
Do we want to include all of:
datademosdocstestIn the pypi build? Or just core deepreg files to be able to run the code?
@NMontanaBrown @YipengHu @mathpluscode
A few things will be needed for this (beyond some minor changes in the codebase);
DESCRIPTION
- What text do we want here?
AUTHOR
- Left as just @mathpluscode, or do we use JOSS author list? Do we use DeepRegNet?
AUTHOR EMAIL
- Use [email protected]?
KEYWORDS
- Which would we like? JOSS paper uses: medical image registration, image fusion, deep learning, neural networks
CLASSIFIERS
- Development Status :: 4 - Beta
- Environment :: Console
- Environment :: GPU
- Environment :: MacOS X
- Environment :: Win32 (MS Windows) (Not yet?)
- Intended Audience :: Developers
- Intended Audience :: Education
- Intended Audience :: Science/Research
- License :: OSI Approved :: Apache Software License
- Natural Language :: English
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows :: Windows 10 (Not yet?)
- Operating System :: Unix
- Programming Language :: Python :: 3 (Do we want to explicitly list any others?)
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Scientific/Engineering :: Medical Science Apps.
- Topic :: Software Development
For the author, I think it's not ok to put only my name, as it's team effort now.
If we are lazy we can put like DeepReg Dev Team, considering we are puting the [email protected] as contact email.
Do we want to include all of:
datademosdocstestIn the pypi build? Or just core
deepregfiles to be able to run the code?
@YipengHu @mathpluscode @NMontanaBrown - which of these would be req'd? Do we need anything beyond just the codebase in the package?
Do we want to include all of:
datademosdocstestIn the pypi build? Or just core
deepregfiles to be able to run the code?@YipengHu @mathpluscode @NMontanaBrown - which of these would be req'd? Do we need anything beyond just the codebase in the package?
Correct me if i'm wrong here:
So there is really no reason to include those other than the core files that runs the code - with an exception of the front readme which should also be used in pypi homepage, serving as an entry point.