Skip to content

Commit

Permalink
update setup.py url (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
shifucun authored Aug 30, 2024
1 parent 20318e1 commit 8dc44a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Build and distribute the data_gemma package."""
import os
from setuptools import setup


# Package metadata.
NAME = 'data_gemma'
DESCRIPTION = 'A library to integrate with Data Gemma models and Data Commons.'
URL = 'https://github.com/datacommonsorg/api-python'
URL = 'https://github.com/datacommonsorg/llm-tools'
EMAIL = '[email protected]'
AUTHOR = 'datacommons.org'
REQUIRES_PYTHON = '>=3.10'
Expand Down

0 comments on commit 8dc44a4

Please sign in to comment.