Skip to content

Commit

Permalink
Merge pull request #9 from shenshan/main
Browse files Browse the repository at this point in the history
update License and contributing
  • Loading branch information
ttngu207 authored Mar 23, 2021
2 parents 8ec4457 + 426cb7c commit 7b5865e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Contribution Guidelines
This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.io/python/community/02-Contribute.html). Please reference the link for more full details.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 DataJoint NEURO
Copyright (c) 2021 DataJoint NEURO

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
here = path.abspath(path.dirname(__file__))

long_description = """"
DataJoint Elements for Animal Management
DataJoint Element for Animal Management
"""

with open(path.join(here, 'requirements.txt')) as f:
Expand All @@ -15,7 +15,7 @@
setup(
name='element-animal',
version='0.0.1',
description="DataJoint Elements for Animal Management",
description="DataJoint Element for Animal Management",
long_description=long_description,
author='DataJoint NEURO',
author_email='info@vathes.com',
Expand Down

0 comments on commit 7b5865e

Please sign in to comment.