Skip to content

Commit

Permalink
Merge pull request #68 from cytomining/release/0.0.1b2
Browse files Browse the repository at this point in the history
Release 0.0.1b2
  • Loading branch information
mcquin authored Sep 27, 2017
2 parents 08dddbb + d503d9a commit fa0357f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ deploy:
on:
tags: true
repo: cytomining/cytominer-database
python: "3.5"
skip_cleanup: true
password:
secure: CpXjKwUeDNx2GsvZwL13TmrMhv2JuapqPcsq+OhUL/1odXTmBi0iCsEUQE3XXbAJfZC7phpLLOnwqsVZZKyWGgbMovJJEL/APB2xNqsPFggO0jY/ql8Av/2xkMfR5monAtSyDYBDytb+c5JLv+qyHt4+XfpK3goxGyWXJt8DpcbRdujFMpC2hL5PDoyJEOoccTC8UCf9CMAQoyRkfiyXYe4DPL3J2rxquIs5gMFthISO9Hvjup1ABebuIqBkYufxRyLfv4lENpqUfgOlJN3N0RbhMwo/EqHsnkkjT7FoAzSvcfQLVGQJSdlumxSZf4H34EkAgXiXuxgOfjo1rT2umtr0fcqvjklbm0rjJMKfj3CM09rtwZT9GlyBCe1+fgHGoz/MuMOFpA2dTiUnGl12pFfBYow4hQ5kvu4FWstMLQydlwouTNK+FNQNy+bPr+kfsEeY7aDu8eRwnZ29pWCFgWP/yWeCLwfEEVPVT74xktYnZrdWUZYDgrUpKwZ/YW6bO62ndE/KzIwb8UFVW4DCFAv93BOlDE85Ah5IOOOjvrsw5/8m1DdTr9x1TzHG6R8xUoVgd0+3ky8HS/5WUZvB9iTgJYbw1SmzRJ14o9Or2yApLMOiIAUlFQSphB2mpI8ajW8QunLTIxmSFrnGKvryDv2sFSjUAKAaxjyfsIimJwM=
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Contributors

cytominer-database initially developed by
- [Allen Goodman](https://github.com/0x00b1/)
- [Claire McQuin](https://github.com/mcquin/)
- [Shantanu Singh](https://github.com/shntnu/)
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

2 changes: 2 additions & 0 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx>=1.6.4
sphinx_rtd_theme>=0.2.5b1
22 changes: 8 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
import setuptools


with open("requirements_doc.txt", "r") as f:
doc_requirements = f.read().splitlines()


setuptools.setup(
name='cytominer_database',
version='0.0.1b1',
author=[
'Allen Goodman',
"Claire McQuin",
"Shantanu Singh"
],
author_email=[
"[email protected]",
"[email protected]",
"[email protected]"
],
version='0.0.1b2',
author="Shantanu Singh",
author_email="[email protected]",
entry_points="""
[console_scripts]
cytominer-database=cytominer_database.command:command
""",
extras_require={
"dev": [
"pytest>=3.2.2",
"sphinx>=1.6.3",
"sphinx_rtd_theme>=0.2.5b1"
]
] + doc_requirements
},
long_description="cytominer-database provides mechanisms to import CSV "
"files generated in a morphological profiling experiment "
Expand Down

0 comments on commit fa0357f

Please sign in to comment.