Metadata-Version: 2.1
Name: immdbremsim-pkg-Antun
Version: 0.0.1
Summary: Simple remote sim app
Home-page: https://github.com/pypa/sampleproject
Author: Antun Horvat
Author-email: antun.horvat@intis.hr
License: UNKNOWN
Description: 
        
        # Preparing release for pypi
        python3 setup.py sdist bdist_wheel
        python3 -m twine upload --repository testpypi dist/*
        
        
        # Installing newly uploaded package
        python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps example-pkg-YOUR-USERNAME-HERE
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
