-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94db128
commit dcdc697
Showing
6 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
graft include/ | ||
graft include |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Switzerland, Laboratory of Experimental Biophysics, 2017 | ||
# See the LICENSE.txt file for more details. | ||
|
||
from distutils.core import setup, Extension | ||
from setuptools import setup, Extension | ||
from os.path import join | ||
from os import listdir | ||
|
||
|
@@ -21,12 +21,12 @@ | |
extra_compile_args = ['-std=c++11','-O2', '-fPIC']) | ||
|
||
config={'name': 'PolymerCpp', | ||
'version': '0.1.1', | ||
'version': '0.1.2', | ||
'description': '2D and 3D wormlike chain generator for Python and written in C++', | ||
'author': 'Kyle M. Douglass, Marcel Stefko', | ||
'author_email': '[email protected]', | ||
'url': 'https://github.com/kmdouglass/PolymerCpp', | ||
'download_url': 'https://github.com/kmdouglass/PolymerCpp/archive/v0.1.1.tar.gz', | ||
'download_url': 'https://github.com/kmdouglass/PolymerCpp/archive/v0.1.2.tar.gz', | ||
'keywords': ['polymer', 'wormlike chain', 'random walk'], | ||
'classifiers': ['Topic :: Scientific/Engineering :: Physics', | ||
'Programming Language :: Python :: 3', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters