Commit df71656b authored by Mat's avatar Mat
Browse files

Version 0.1

parent 6a699152
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
/build
/dist
/MANIFEST
*.so
+9 −5
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ with open(path.join(here, 'README.md')) as f:
    long_description = f.read()

setup(name    = 'SharedArray',
      version = '0.0',
      version = '0.1',

      # Description
      description      = 'Share numpy arrays between processes',
@@ -38,15 +38,19 @@ setup(name = 'SharedArray',
      url          = 'http://parad0x.org/git/python/shared-array/about',

      # License
      license   = 'GPL 2',
      platforms = 'POSIX',
      license   = 'https://www.gnu.org/licenses/gpl-2.0.html',

      # Extras for pip
      keywords  = 'numpy array shared memory shm',
      classifiers  = [
          'Development Status :: 3 - Alpha',
          'Programming Language :: Python :: 2',
          'Programming Language :: Python :: 3',
          'Intended Audience :: Developers',
          'Intended Audience :: Science/Research',
          'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
          'Operating System :: POSIX',
          'Operating System :: Unix',
          'Programming Language :: C',
          'Topic :: Scientific/Engineering'
      ],

      # Compilation