fixedint
Advanced tools
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 1.1 | ||
| Metadata-Version: 1.0 | ||
| Name: fixedint | ||
| Version: 0.1.1 | ||
| Version: 0.1.2 | ||
| Summary: simple fixed-width integers | ||
@@ -120,11 +120,6 @@ Home-page: https://github.com/nneonneo/fixedint | ||
| Build Status | ||
| ============ | ||
| .. image:: https://travis-ci.org/nneonneo/fixedint.svg?branch=master | ||
| :target: https://travis-ci.org/nneonneo/fixedint | ||
| Platform: UNKNOWN | ||
| Classifier: License :: OSI Approved :: Python Software Foundation License | ||
| Classifier: Development Status :: 3 - Alpha | ||
| Classifier: Development Status :: 4 - Beta | ||
| Classifier: Intended Audience :: Developers | ||
@@ -138,3 +133,4 @@ Classifier: Operating System :: OS Independent | ||
| Classifier: Programming Language :: Python :: 3.2 | ||
| Classifier: Programming Language :: Python :: 3.3 | ||
| Classifier: Programming Language :: Python :: 3.4 | ||
| Classifier: Topic :: Utilities |
+4
-8
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 1.1 | ||
| Metadata-Version: 1.0 | ||
| Name: fixedint | ||
| Version: 0.1.1 | ||
| Version: 0.1.2 | ||
| Summary: simple fixed-width integers | ||
@@ -120,11 +120,6 @@ Home-page: https://github.com/nneonneo/fixedint | ||
| Build Status | ||
| ============ | ||
| .. image:: https://travis-ci.org/nneonneo/fixedint.svg?branch=master | ||
| :target: https://travis-ci.org/nneonneo/fixedint | ||
| Platform: UNKNOWN | ||
| Classifier: License :: OSI Approved :: Python Software Foundation License | ||
| Classifier: Development Status :: 3 - Alpha | ||
| Classifier: Development Status :: 4 - Beta | ||
| Classifier: Intended Audience :: Developers | ||
@@ -138,3 +133,4 @@ Classifier: Operating System :: OS Independent | ||
| Classifier: Programming Language :: Python :: 3.2 | ||
| Classifier: Programming Language :: Python :: 3.3 | ||
| Classifier: Programming Language :: Python :: 3.4 | ||
| Classifier: Topic :: Utilities |
+2
-0
@@ -112,2 +112,4 @@ ===================================== | ||
| .. __CUT__ | ||
| Build Status | ||
@@ -114,0 +116,0 @@ ============ |
+0
-0
@@ -0,0 +0,0 @@ [egg_info] |
+9
-3
@@ -7,7 +7,12 @@ try: | ||
| with open('README.rst') as file: | ||
| long_description = file.read() | ||
| desc = [] | ||
| for line in file: | ||
| if line.strip() == '.. __CUT__': | ||
| break | ||
| desc.append(line) | ||
| long_description = ''.join(desc) | ||
| setup( | ||
| name = 'fixedint', | ||
| version = '0.1.1', | ||
| version = '0.1.2', | ||
| author = 'Robert Xiao', | ||
@@ -19,3 +24,3 @@ author_email = 'robert.bo.xiao@gmail.com', | ||
| "License :: OSI Approved :: Python Software Foundation License", | ||
| "Development Status :: 3 - Alpha", | ||
| "Development Status :: 4 - Beta", | ||
| "Intended Audience :: Developers", | ||
@@ -29,2 +34,3 @@ "Operating System :: OS Independent", | ||
| "Programming Language :: Python :: 3.2", | ||
| "Programming Language :: Python :: 3.3", | ||
| "Programming Language :: Python :: 3.4", | ||
@@ -31,0 +37,0 @@ "Topic :: Utilities", |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
0
-100%0
-100%0
-100%