Skip to content

Commit a21073e

Browse files
committed
Add author and maintainer info
1 parent e1be732 commit a21073e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

setup.py

+9-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
tests_require = open('tests/requirements.txt').readlines()
77

88
setup(
9-
name = 'api',
10-
version = '0.0.1',
11-
description = '',
12-
author = '',
13-
author_email = '',
14-
url = '',
15-
license = '',
9+
name = 'core',
10+
version = '1.0.0',
11+
description = 'Scitran API Core',
12+
author = 'Gunnar Schaefer',
13+
author_email = '[email protected]',
14+
maintainer = 'Megan Henning, Ambrus Simon',
15+
maintainer_email = '[email protected], [email protected]',
16+
url = 'https://github.com/scitran/core',
17+
license = 'MIT',
1618
packages = find_packages(),
1719
dependency_links = dependency_links,
1820
install_requires = install_requires,

0 commit comments

Comments
 (0)