From e7a77fce5558313e24c9f1512d9fa01752a53649 Mon Sep 17 00:00:00 2001 From: Jerome Kieffer Date: Thu, 17 Dec 2015 11:31:09 +0100 Subject: [PATCH] Release of v0.4 First public release --- MANIFEST.in | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 086896e..f51ccf5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,5 @@ include freesas/_distance_nomp.pxi include freesas/_distance_omp.pxi include freesas/_distance.pyx include MANIFEST.in -include version.py \ No newline at end of file +include version.py +recursive-include testdata *.pdb diff --git a/setup.py b/setup.py index c29bc96..ad8e2a5 100644 --- a/setup.py +++ b/setup.py @@ -255,7 +255,7 @@ def run(self): "Programming Language :: Python :: 3", "Programming Language :: Cython", "Environment :: Console", - "Intented Audience :: Science/Research", + #"Intented Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Libraries :: Python Modules", "Operating System :: Microsoft :: Windows",