-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|