Metadata-Version: 2.1
Name: cypack
Version: 0.0.2.dev7
Summary: Compile a package in one .so file and remove source code
Home-page: https://github.com/liuyvjin/cypack
Author: liuyvjin
License: Apache-2.0
Project-URL: Bug Tracker, https://github.com/liuyvjin/cypack/issues
Project-URL: Documentation, https://github.com/liuyvjin/cypack/
Project-URL: Source Code, https://github.com/liuyvjin/cypack/
Keywords: cython, setuptools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: AUTHORS
Requires-Dist: cython <3.1.0,>=0.29.24
Requires-Dist: setuptools >=42
Provides-Extra: build
Requires-Dist: setuptools ; extra == 'build'
Provides-Extra: poetry
Requires-Dist: poetry-core >=1.0.0 ; extra == 'poetry'
Requires-Dist: setuptools ; extra == 'poetry'

Compile a package in one .so file and remove source code
