We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfddc7 commit fc92330Copy full SHA for fc92330
1 file changed
setup.py
@@ -1,14 +1,14 @@
1
from setuptools import setup
2
3
setup(
4
- name = 'crowdsource',
+ name = 'crowdsourcephoto',
5
packages = ['crowdsource'],
6
- version = '0.5.8',
+ version = '0.5.9',
7
description = 'Crowded field photometry pipeline',
8
author = 'Andrew Saydjari',
9
author_email = 'aksaydjari@gmail.com',
10
url = 'https://github.com/schlafly/crowdsource',
11
- download_url = 'https://github.com/schlafly/crowdsource/archive/refs/tags/v0.5.8.tar.gz',
+ download_url = 'https://github.com/schlafly/crowdsource/archive/refs/tags/v0.5.9.tar.gz',
12
license = 'MIT',
13
install_requires=[
14
'astropy',
0 commit comments