Skip to content

Commit

Permalink
update Pypi long description
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Jun 3, 2022
1 parent 6e27ae3 commit bd20a54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fink_fat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.4.7"
__version__ = "0.4.8"
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
from setuptools import setup, find_packages
import fink_fat


with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="fink-fat",
version=fink_fat.__version__,
description="Associations of astronomical alerts to detect moving objects",
author="Roman Le Montagner",
author_email="[email protected]",
url="https://github.com/FusRoman/fink-fat",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
package_data={
"fink_fat": [
Expand Down

0 comments on commit bd20a54

Please sign in to comment.