Skip to content

Commit

Permalink
Fix possible PyPI name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Jul 31, 2024
1 parent ca4ec98 commit ff2a12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Python library ###
repo = til
lib_name = %(repo)s
lib_name = %(repo)saudrey
version = 0.0.1
min_python = 3.10
license = apache2
Expand Down Expand Up @@ -41,5 +41,5 @@ user = audreyfeldroy
requirements = python-fasthtml fastcore>=1.0.5 torchvision<0.7 matplotlib
console_scripts = nbdev_export=nbdev.cli:nbdev_export
# requirements = fastcore pandas
dev_requirements = python-fasthtml
; dev_requirements =
# console_scripts =

0 comments on commit ff2a12a

Please sign in to comment.