Skip to main content

This is a simple demo

Project description

hello, this is a package demo from onbon

hhaha

This is just a demo, haha.


Refer to

from setuptools import setup, find_packages  

setup(  
    name = "test",  
    version = "1.0",  
    keywords = ("test", "xxx"),  
    description = "eds sdk",  
    long_description = "eds sdk for python",  
    license = "MIT Licence",  

    url = "http://test.com",  
    author = "test",  
    author_email = "test@gmail.com",  

    packages = find_packages(),  
    include_package_data = True,  
    platforms = "any",  
    install_requires = [],  

    scripts = [],  
    entry_points = {  
        'console_scripts': [  
            'test = test.help:main'  
        ]  
    }  
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nester-onbon-1.0.2.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

nester_onbon-1.0.2-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page