Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Reformatted the badges
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpandolfi committed Apr 11, 2016
1 parent 547c9b8 commit 5f1a86d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Cyther: The Cross-Platform Cython/Python Compiler
Version Info
.. repo version
.. image:: https://badge.fury.io/py/cyther.svg
:target: https://badge.fury.io/py/cyther

.. python versions
.. image:: https://img.shields.io/pypi/pyversions/cyther.svg?maxAge=2592000
Expand All @@ -27,10 +26,10 @@ Code Quality

Formats
.. license
.. image:: https://img.shields.io/pypi/l/cyther.svg?maxAge=2592000 :target:
.. image:: https://img.shields.io/pypi/l/cyther.svg?maxAge=2592000

.. format
.. image:: https://img.shields.io/pypi/format/cyther.svg?maxAge=2592000 :target:
.. image:: https://img.shields.io/pypi/format/cyther.svg?maxAge=2592000


Workflow
Expand All @@ -39,7 +38,9 @@ Workflow
:target: https://waffle.io/nickpandolfi/Cyther

.. status
.. image:: https://img.shields.io/pypi/status/cyther.svg?maxAge=2592000 :target:
.. image:: https://img.shields.io/pypi/status/cyther.svg?maxAge=2592000




We all know the beauties of Cython:
Expand Down Expand Up @@ -134,9 +135,8 @@ Assumptions cyther makes about your system:
1) Cython and gcc are both installed, and accessible from the system console
2) Python supports 'shutil.which'
3) Your environment path variable is able to be found by `shutil.which`
4) gcc can work with the option -l pythonXY (libpythonXY.a exists in your python libs directory)
4) distuils is able to find the Python runtime static library (usually libpythonXY.a or libpythonXY.so)
5) Almost any gcc compiled C program will work on Windows
6) Python's 'libs' and 'include' directories are in the same drive that python is installed

Hey you! Yes you. If you notice any bugs or peculiarities, please report them to our bug tracker, it will
help us out a lot:
Expand Down
2 changes: 2 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ MAINTAIN

EASY FIX

Reformat the README to include all info and more examples

Put the line: platform.platform().strip().lower().startswith('windows') in the script checker

Format all the system constant strings. Sort ou the unnecessary ones. Reorder them.
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


NAME = 'Cyther'
VERSION = '0.5.1.2'
VERSION = '0.5.1.3'
SHORT_DESCRIPTION = 'The Cross-Platform Cython/Python Compiler'
LONG_DESCRIPTION = open('README.txt').read()
PACKAGES = ['cyther']
Expand All @@ -31,6 +31,8 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.3',
'Programming Language :: Cython',
'License :: OSI Approved :: MIT License']

Expand Down

0 comments on commit 5f1a86d

Please sign in to comment.