bigchaindb / py-ipld

Python implementation of the IPLD specification.
MIT License
14 stars 7 forks source link

Setup #9

Closed sbellem closed 8 years ago

sbellem commented 8 years ago

Example of the PyPI upload on the test server is at https://testpypi.python.org/pypi?name=ipld&version=0.0.1&:action=display

and on the live server at https://pypi.python.org/pypi/ipld/0.0.1

codecov-io commented 8 years ago

Current coverage is 100%

Merging #9 into master will not change coverage

@@           master    #9   diff @@
===================================
  Files           2     2          
  Lines          33    34     +1   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits           33    34     +1   
  Misses          0     0          
  Partials        0     0          

Sunburst

Powered by Codecov. Last updated by 9f520e8...cf8e19b

sbellem commented 8 years ago

We can add a long_description field to the setup.py which will display more information about the package on PyPI. See example at https://testpypi.python.org/pypi?name=ipld&version=0.0.1&:action=display

It is easier to process restructedtext than markdown for PyPI so for this reason many python packages use rst for their README, e.g.: requests.

TimDaub commented 8 years ago

LGTM :+1: